summaryrefslogtreecommitdiff
path: root/src/include/token822.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-03 15:52:39 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-03 15:52:39 +0200
commita6a7d6ce079cabdaf2fa502b2e2cf15e5428ac6f (patch)
treeb88cc7a8457658d67e0321718556ac807f6bccf3 /src/include/token822.h
parent00be7622c428f279872f84569f098ce16150f8a8 (diff)
format files
Diffstat (limited to 'src/include/token822.h')
-rw-r--r--src/include/token822.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/include/token822.h b/src/include/token822.h
index 42c909f..e1cef4a 100644
--- a/src/include/token822.h
+++ b/src/include/token822.h
@@ -9,9 +9,9 @@ struct token822 {
int slen;
};
-GEN_ALLOC_typedef(token822_alloc,struct token822,t,len,a)
+GEN_ALLOC_typedef(token822_alloc, struct token822, t, len, a)
-int token822_parse();
+ int token822_parse();
int token822_addrlist();
int token822_unquote();
int token822_unparse();
@@ -21,16 +21,16 @@ int token822_ready();
int token822_readyplus();
int token822_append();
-#define TOKEN822_ATOM 1
-#define TOKEN822_QUOTE 2
+#define TOKEN822_ATOM 1
+#define TOKEN822_QUOTE 2
#define TOKEN822_LITERAL 3
#define TOKEN822_COMMENT 4
-#define TOKEN822_LEFT 5
-#define TOKEN822_RIGHT 6
-#define TOKEN822_AT 7
-#define TOKEN822_COMMA 8
-#define TOKEN822_SEMI 9
-#define TOKEN822_COLON 10
-#define TOKEN822_DOT 11
+#define TOKEN822_LEFT 5
+#define TOKEN822_RIGHT 6
+#define TOKEN822_AT 7
+#define TOKEN822_COMMA 8
+#define TOKEN822_SEMI 9
+#define TOKEN822_COLON 10
+#define TOKEN822_DOT 11
#endif