fix indentation + spacing, esp. for MEMALLOC macro
[model-checker.git] / model.h
diff --git a/model.h b/model.h
index 4718c503f9eac77a106d9505d49aca410b741d5b..99ec69e62eb6908e1db1ea104f0c05222b0f3d9c 100644 (file)
--- a/model.h
+++ b/model.h
@@ -42,7 +42,8 @@ public:
        int switch_to_master(ModelAction *act);
 
        bool next_execution();
-  MEMALLOC
+
+       MEMALLOC
 private:
        int next_thread_id;
        int used_sequence_numbers;