fix tabbing
[satune.git] / src / element.h
index bf2772c09badf6165c6ac8883f4e1b136b01b3ab..2c0d1f6a8a8b62b8aa176999d37ac4b27de87b0c 100644 (file)
@@ -4,10 +4,10 @@
 #include "mymemory.h"
 
 class Element {
- public:
+public:
        Element(Set *s);
        MEMALLOC;
- private:
+private:
        Set *set;
 };
 #endif