bug fixes
[satune.git] / src / Encoders / elementencoding.h
index b066de34a341636eb7039d89b3bc5733c3bc030e..17314e9e021d35e46107b74ad366b9538d6c20b5 100644 (file)
@@ -42,7 +42,7 @@ public:
                };
                struct {
                        uint64_t offset;/* Value = offset + encoded number (interpretted according to isBinaryValSigned) */
-                       uint64_t low;/* Lowest value to encode */
+                       uint64_t low;   /* Lowest value to encode */
                        uint64_t high;/* High value to encode.   If low > high, we assume wrap around to include 0. */
                        uint numBits;
                        bool isBinaryValSigned;