]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Fixed whitespace
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index d6055dbeedf2d27ac8e8a9061744302027fcb515..b1da366a766f053e6e5fcb6efaef77b8a11bf41a 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -721,7 +721,7 @@ typedef struct {
  * code_genstrin       -- generates string for code
  * code_alloc_field    -- allocated a field
  * code_push_statement -- keeps statements and linenumbers together
- * code_pop_statement  -- keeps statements and linenumbers together 
+ * code_pop_statement  -- keeps statements and linenumbers together
  */
 bool      code_write         (code_t *, const char *filename, const char *lno);
 GMQCC_WARN