snapshot: fix EOL spaces
[model-checker.git] / schedule.h
index e81ea935cc961b1568a25e095ae0ca4a6c9813bd..c99748c730a4812a303eecf2d30cfc0876a17bd5 100644 (file)
@@ -1,5 +1,3 @@
-/* -*- Mode: C; indent-tabs-mode: t -*- */
-
 #ifndef __SCHEDULE_H__
 #define __SCHEDULE_H__
 
@@ -17,7 +15,8 @@ public:
        Thread * next_thread(void);
        Thread * get_current_thread(void);
        void print();
-  MEMALLOC
+
+       MEMALLOC
 private:
        std::list<Thread *, MyAlloc< Thread * > > readyList;
        Thread *current;