X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=schedule.cc;h=1791605b7c38842c37d11553c37f663c9dc88c38;hb=b118d83f84a47a6ac778ed8ea43030d477b0bc9c;hp=328bda6990c3e55a61574261f893fa77a9031eaa;hpb=9ab763adc965ca76a8d65b9898d20c60cdb44445;p=model-checker.git diff --git a/schedule.cc b/schedule.cc index 328bda6..1791605 100644 --- a/schedule.cc +++ b/schedule.cc @@ -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) { }