diff options
author | Benjamin Barenblat <bbaren@google.com> | 2016-07-22 16:20:47 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2016-07-22 16:20:47 -0400 |
commit | b42b8e75d42be692f464f4971610969d97e8da72 (patch) | |
tree | 9842a946cc50cba89ce204e4edb23cfaa3dba84c | |
parent | 5f761575188a34373ea74389fdd5e1aa0e59fe08 (diff) |
Go: Make gofmt-clean
-rwxr-xr-x | parse-opcodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-opcodes b/parse-opcodes index 3330646..0e37952 100755 --- a/parse-opcodes +++ b/parse-opcodes @@ -792,7 +792,7 @@ def make_go(): print 'type inst struct {' print '\topcode uint32' print '\tfunct3 uint32' - print '\tcsr int64' + print '\tcsr int64' print '\tfunct7 uint32' print '}' print |