Fix tabbing
[satune.git] / src / Encoders / elementencoding.h
index 8d142dab13ecd5b2f7d8345220166f3c3f39e333..bc173eaaaeb44d3b22e2b424d91f741bcad44a87 100644 (file)
@@ -11,10 +11,10 @@ typedef enum ElementEncodingType ElementEncodingType;
 struct ElementEncoding {
        ElementEncodingType type;
        Element * element;
-       Constraint ** variables; /* List Variables Used To Encode Element */
-       uint64_t * encodingArray; /* List the Variables in the appropriate order */
-       uint64_t * inUseArray; /* Bitmap to track variables in use */
-       uint numVars; /* Number of variables */
+       Constraint ** variables;/* List Variables Used To Encode Element */
+       uint64_t * encodingArray;       /* List the Variables in the appropriate order */
+       uint64_t * inUseArray;/* Bitmap to track variables in use */
+       uint numVars;   /* Number of variables */
 };
 
 ElementEncoding * allocElementEncoding(ElementEncodingType type, Element *element);