[Scummvm-cvs-logs] SF.net SVN: scummvm:[42752] scummvm/trunk/common

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Jul 25 15:00:10 CEST 2009


Revision: 42752
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42752&view=rev
Author:   lordhoto
Date:     2009-07-25 13:00:09 +0000 (Sat, 25 Jul 2009)

Log Message:
-----------
Strip trailing whitespaces.

Modified Paths:
--------------
    scummvm/trunk/common/events.cpp
    scummvm/trunk/common/events.h

Modified: scummvm/trunk/common/events.cpp
===================================================================
--- scummvm/trunk/common/events.cpp	2009-07-25 12:59:46 UTC (rev 42751)
+++ scummvm/trunk/common/events.cpp	2009-07-25 13:00:09 UTC (rev 42752)
@@ -95,7 +95,7 @@
 			_sources.erase(i);
 			return;
 		}
-	}	
+	}
 }
 
 void EventDispatcher::registerObserver(EventObserver *obs, uint priority, bool autoFree) {

Modified: scummvm/trunk/common/events.h
===================================================================
--- scummvm/trunk/common/events.h	2009-07-25 12:59:46 UTC (rev 42751)
+++ scummvm/trunk/common/events.h	2009-07-25 13:00:09 UTC (rev 42752)
@@ -234,7 +234,7 @@
  * Another speciality is the support for a event mapper, which
  * will catch events and create new events out of them. This
  * mapper will be processed before an event is sent to the
- * observers. 
+ * observers.
  */
 class EventDispatcher {
 public:
@@ -300,7 +300,7 @@
 	struct SourceEntry : public Entry {
 		EventSource *source;
 	};
-	
+
 	Common::List<SourceEntry> _sources;
 
 	struct ObserverEntry : public Entry {


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