From 5f5c591ef7563f9dc878c13248a840f4ee9059b1 Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Wed, 21 Dec 2016 15:59:23 +0800 Subject: Fix first line of riscv-opc.h, gnu coding style need end with 1 dot and 2 space --- parse-opcodes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse-opcodes b/parse-opcodes index 5300f36..0437480 100755 --- a/parse-opcodes +++ b/parse-opcodes @@ -265,7 +265,7 @@ def binary(n, digits=0): return rep if digits == 0 else ('0' * (digits - len(rep))) + rep def make_c(match,mask): - print '/* Automatically generated by parse-opcodes */' + print '/* Automatically generated by parse-opcodes. */' print '#ifndef RISCV_ENCODING_H' print '#define RISCV_ENCODING_H' for name in namelist: -- cgit v1.1