summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2016-07-22 16:20:47 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2016-07-22 16:20:47 -0400
commitb42b8e75d42be692f464f4971610969d97e8da72 (patch)
tree9842a946cc50cba89ce204e4edb23cfaa3dba84c
parent5f761575188a34373ea74389fdd5e1aa0e59fe08 (diff)
Go: Make gofmt-clean
-rwxr-xr-xparse-opcodes2
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