src/core/model/heap-scheduler.cc
changeset 7169 358f71a624d8
parent 6821 203367ae7433
child 7383 c5e131450339
--- a/src/core/model/heap-scheduler.cc	Fri May 13 14:51:51 2011 -0400
+++ b/src/core/model/heap-scheduler.cc	Fri May 13 14:52:27 2011 -0400
@@ -46,7 +46,7 @@
   // we purposedly waste an item at the start of
   // the array to make sure the indexes in the
   // array start at one.
-  Scheduler::Event empty = {0,{0,0}};
+  Scheduler::Event empty = { 0,{ 0,0}};
   m_heap.push_back (empty);
 }