Fix tabbing on everything
[satune.git] / src / AST / function.h
index f023f4aad8dda58bdcae205a83432bcd7e54d309..1ea206935f2708ecf53d080bf4792373a42ee7e5 100644 (file)
@@ -4,7 +4,7 @@
 #include "mymemory.h"
 
 struct Function {
-    
-    Table* table;
+
+       Table* table;
 };
 #endif