summaryrefslogtreecommitdiffstats
path: root/bytecode.h
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-07-19 09:36:16 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-07-19 09:38:50 -0700
commit1628bbf95f8a58424dd3928692fcbf0f307272ec (patch)
treece657626168767a27725e269b0a569c5993d0b48 /bytecode.h
parent812703139c5c1836a97456eb9a0b84f49b8cc850 (diff)
Clean up trailing whitespace
Diffstat (limited to 'bytecode.h')
-rw-r--r--bytecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.h b/bytecode.h
index 8662c4d9..6cb49f7a 100644
--- a/bytecode.h
+++ b/bytecode.h
@@ -11,7 +11,7 @@ typedef enum {
} opcode;
enum {
- NUM_OPCODES =
+ NUM_OPCODES =
#define OP(name, imm, in, out) +1
#include "opcode_list.h"
#undef OP