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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Sep 3 21:07:40 CEST 2008


Revision: 34319
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34319&view=rev
Author:   lordhoto
Date:     2008-09-03 19:07:38 +0000 (Wed, 03 Sep 2008)

Log Message:
-----------
Minor formatting cleanup.

Modified Paths:
--------------
    scummvm/trunk/common/archive.h
    scummvm/trunk/common/ptr.h

Modified: scummvm/trunk/common/archive.h
===================================================================
--- scummvm/trunk/common/archive.h	2008-09-03 18:40:49 UTC (rev 34318)
+++ scummvm/trunk/common/archive.h	2008-09-03 19:07:38 UTC (rev 34319)
@@ -152,7 +152,7 @@
  * match. SearchSet *DOES* guarantee that searches are performed in *DESCENDING*
  * priority order. In case of conflicting priorities, insertion order prevails.
  */
- class SearchSet : public Archive {
+class SearchSet : public Archive {
 	struct Node {
 		uint		_priority;
 		String		_name;

Modified: scummvm/trunk/common/ptr.h
===================================================================
--- scummvm/trunk/common/ptr.h	2008-09-03 18:40:49 UTC (rev 34318)
+++ scummvm/trunk/common/ptr.h	2008-09-03 19:07:38 UTC (rev 34319)
@@ -218,8 +218,4 @@
 	return l.get() != r.get();
 }
 
-
 #endif
-
-
-


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