--- a/src/core/test/simulator-test-suite.cc Fri May 13 14:51:51 2011 -0400
+++ b/src/core/test/simulator-test-suite.cc Fri May 13 14:52:27 2011 -0400
@@ -53,13 +53,14 @@
: TestCase ("Check that basic event handling is working with " +
schedulerFactory.GetTypeId ().GetName ()),
m_schedulerFactory (schedulerFactory)
-{}
+{
+}
uint64_t
SimulatorEventsTestCase::NowUs (void)
{
uint64_t ns = Now ().GetNanoSeconds ();
return ns / 1000;
-}
+}
void
SimulatorEventsTestCase::A (int a)
@@ -249,7 +250,8 @@
SimulatorTemplateTestCase::SimulatorTemplateTestCase ()
: TestCase ("Check that all templates are instanciated correctly. This is a compilation test, it cannot fail at runtime.")
-{}
+{
+}
void
SimulatorTemplateTestCase::DoRun (void)
{