src/core/model/unix-system-wall-clock-ms.cc
changeset 7169 358f71a624d8
parent 6821 203367ae7433
child 7386 2310ed220a61
--- a/src/core/model/unix-system-wall-clock-ms.cc	Fri May 13 14:51:51 2011 -0400
+++ b/src/core/model/unix-system-wall-clock-ms.cc	Fri May 13 14:52:27 2011 -0400
@@ -117,10 +117,11 @@
 {
   return m_elapsedSystem;
 }
-  
+
 SystemWallClockMs::SystemWallClockMs ()
   : m_priv (new SystemWallClockMsPrivate ())
-{}
+{
+}
 
 SystemWallClockMs::~SystemWallClockMs ()
 {