Fix tabbing
[satune.git] / src / AST / function.h
index c04d6f2304ce2c32b5c78b916ae04486d052bb8b..50a59ec081c504b849fa1ce0349c0e6e9f35c36b 100644 (file)
@@ -7,8 +7,8 @@
 
 #define GETFUNCTIONTYPE(o) (((Function*)o)->type)
 
-struct Function{
-    FunctionType type;
+struct Function {
+       FunctionType type;
 };
 
 struct FunctionOperator {
@@ -20,7 +20,7 @@ struct FunctionOperator {
        OverFlowBehavior overflowbehavior;
 };
 
-struct FunctionTable{
+struct FunctionTable {
        Function base;
        Table* table;
 };