aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/dat.h b/dat.h
index 6ee16ec..590e1ac 100644
--- a/dat.h
+++ b/dat.h
@@ -1,5 +1,4 @@
-typedef enum
-{
+typedef enum {
K↑,
K↺,
K↻,
@@ -10,8 +9,7 @@ typedef enum
NKEYOPS
} KeyOp;
-typedef enum
-{
+typedef enum {
NEEDLE,
WEDGE
} Kind;