Fix tabbing on everything
[satune.git] / src / Encoders / functionencoder.h
index 4a6ba80c31c53df54bc63f4e26d3608d9ea08417..18a8f4bbfdb47ae942e1cb8498eeda45ff5be370 100644 (file)
@@ -17,7 +17,7 @@ typedef union ElementPredicate ElementPredicate;
 
 struct FunctionEncoder {
        FunctionEncoderType type;
-       bool isFunction; //true for function, false for predicate
+       bool isFunction;//true for function, false for predicate
        ElementPredicate op;
 };