]> 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 f51d56e9073840d021e09f66e6ce03a68c16a54c..ec32c4bfea638cda7adb7723ba2e5569bb8f13fb 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -105,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;