fix spacing with make tabbing
[satcheck.git] / model.h
diff --git a/model.h b/model.h
index f977117701d555899f10eb5a95c72e7c22e029f8..bf4a08546a6f4f4550dc20c97ab65f96f0e91798 100644 (file)
--- a/model.h
+++ b/model.h
@@ -24,7 +24,7 @@
 #include "params.h"
 
 class MC {
- public:
+public:
        MC(struct model_params params);
        ~MC();
        MCExecution * get_execution() const { return execution; }
@@ -33,7 +33,7 @@ class MC {
        const model_params params;
 
        MEMALLOC;
- private:
+private:
        MCExecution *execution;
        void run_execution();
 
@@ -41,4 +41,4 @@ class MC {
 };
 
 extern MC *model;
-#endif /* __MODEL_H__ */
+#endif/* __MODEL_H__ */