]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
Please the whitespace gods
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index f5b47da8dcf2e3d4dfc0f2191e097dc6b0ee89bb..34dea1a99cdbd285e586be25c95db8dc782d8504 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -267,7 +267,7 @@ typedef struct ir_builder_s
     /* there should just be this one nil */
     ir_value    *nil;
     ir_value    *reserved_va_count;
-    
+
     /* code generator */
     code_t      *code;
 } ir_builder;