Run tabbing pass
[satune.git] / src / AST / mutableset.h
index b0359d3d5165d9e1241f6e7affa35bd749f311d1..3c2f937d2d54e14117a5ac461697f9c27ef13a5d 100644 (file)
@@ -3,7 +3,7 @@
 #include "set.h"
 
 class MutableSet : public Set {
- public:
+public:
        MutableSet(VarType t);
        void addElementMSet(uint64_t element);
        MEMALLOC;