fix spacing with make tabbing
[satcheck.git] / change.h
index f2e0befbb3dd7768247164c244cebfe326832a56..dc539f1a3b58cda01ac3c1122c1751ecaa7a78d0 100644 (file)
--- a/change.h
+++ b/change.h
@@ -15,7 +15,7 @@
 #include "eprecord.h"
 
 class MCChange {
- public:
+public:
        MCChange(EPRecord *record, uint64_t _val, unsigned int _index);
        ~MCChange();
        EPRecord *getRecord() {return record;}
@@ -29,7 +29,7 @@ class MCChange {
        void print();
        MEMALLOC;
 
- private:
+private:
        EPRecord *record;
        uint64_t val;
        unsigned int index;