]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
Merge branch 'master' into diagnostics
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index cde0863e80877952a7dd8f518bed167ed0355780..ec32c4bfea638cda7adb7723ba2e5569bb8f13fb 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -22,7 +22,6 @@
  */
 #ifndef GMQCC_LEXER_HDR
 #define GMQCC_LEXER_HDR
-
 typedef struct token_s token;
 
 struct token_s {
@@ -106,7 +105,7 @@ typedef struct {
 } frame_macro;
 
 typedef struct lex_file_s {
-    FILE   *file;
+    FILE       *file;
     const char *open_string;
     size_t      open_string_length;
     size_t      open_string_pos;