Fix tabbing
[satune.git] / src / Encoders / elementencoding.h
index d153793fc8d557dfb6ff828610305d23f73b8be2..07404619100d9b0edde04a0c7ceea4d44865f012 100644 (file)
@@ -33,7 +33,7 @@ public:
        }
        void print();
 
-        bool anyValue;
+       bool anyValue;
        ElementEncodingType type;
        Element *element;
        Edge *variables;/* List Variables Used To Encode Element */
@@ -41,8 +41,8 @@ public:
                struct {
                        uint64_t *encodingArray;        /* List the Variables in the appropriate order */
                        uint64_t *inUseArray;   /* Bitmap to track variables in use */
-                       Edge * edgeArray;
-                       Polarity * polarityArray;
+                       Edge *edgeArray;
+                       Polarity *polarityArray;
                        uint encArraySize;
                        ElemEnc encoding;
                };