the initialized logic appears to be wrong... release/acquire pairs only
[c11tester.git] / schedule.cc
index 328bda6990c3e55a61574261f893fa77a9031eaa..1791605b7c38842c37d11553c37f663c9dc88c38 100644 (file)
@@ -1,12 +1,10 @@
-/* -*- Mode: C; indent-tabs-mode: t -*- */
-
 #include "threads.h"
 #include "schedule.h"
 #include "common.h"
 #include "model.h"
 
-Scheduler::Scheduler()
-current(NULL) 
+Scheduler::Scheduler() :
+       current(NULL)
 {
 }