summaryrefslogtreecommitdiff
path: root/src/stroke/stroke_keywords.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stroke/stroke_keywords.h')
-rw-r--r--src/stroke/stroke_keywords.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stroke/stroke_keywords.h b/src/stroke/stroke_keywords.h
index 4a1016277..00b992769 100644
--- a/src/stroke/stroke_keywords.h
+++ b/src/stroke/stroke_keywords.h
@@ -73,6 +73,7 @@ typedef enum {
typedef struct stroke_token stroke_token_t;
-extern const stroke_token_t* in_word_set(register const char *str, register unsigned int len);
+extern const stroke_token_t* in_word_set(register const char *str,
+ register unsigned len);
#endif /* _STROKE_KEYWORDS_H_ */