[Scummvm-cvs-logs] SF.net SVN: scummvm:[50129] scummvm/trunk/backends/platform/psp/rtc.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Jun 21 23:37:01 CEST 2010


Revision: 50129
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50129&view=rev
Author:   fingolfin
Date:     2010-06-21 21:37:00 +0000 (Mon, 21 Jun 2010)

Log Message:
-----------
PSP: Whitespace fix (and rewrap overlong line for readability)

Modified Paths:
--------------
    scummvm/trunk/backends/platform/psp/rtc.h

Modified: scummvm/trunk/backends/platform/psp/rtc.h
===================================================================
--- scummvm/trunk/backends/platform/psp/rtc.h	2010-06-21 21:36:36 UTC (rev 50128)
+++ scummvm/trunk/backends/platform/psp/rtc.h	2010-06-21 21:37:00 UTC (rev 50129)
@@ -28,7 +28,7 @@
 
 #include "common/singleton.h"
  
-class PspRtc : public Common::Singleton<PspRtc>{
+class PspRtc : public Common::Singleton<PspRtc> {
 private:
 	uint32 _startMillis;
 	uint32 _startMicros;
@@ -36,7 +36,12 @@
 	uint32 _milliOffset;		// to prevent looping around of millis
 	bool _looped;				// make sure we only loop once - for threading
 public:
-	PspRtc() : _startMillis(0), _startMicros(0), _lastMillis(0), _milliOffset(0), _looped(false) { init(); }
+	PspRtc()
+		: _startMillis(0), _startMicros(0),
+		  _lastMillis(0), _milliOffset(0),
+		  _looped(false) {
+		init();
+	}
 	void init();
 	uint32 getMillis();
 	uint32 getMicros();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list