[Scummvm-cvs-logs] SF.net SVN: scummvm:[33168] scummvm/trunk/engines/agos/gfx.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon Jul 21 12:32:48 CEST 2008


Revision: 33168
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33168&view=rev
Author:   Kirben
Date:     2008-07-21 10:32:20 +0000 (Mon, 21 Jul 2008)

Log Message:
-----------
Spacing.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/gfx.cpp

Modified: scummvm/trunk/engines/agos/gfx.cpp
===================================================================
--- scummvm/trunk/engines/agos/gfx.cpp	2008-07-21 10:13:44 UTC (rev 33167)
+++ scummvm/trunk/engines/agos/gfx.cpp	2008-07-21 10:32:20 UTC (rev 33168)
@@ -8,7 +8,7 @@
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
-d
+
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -836,8 +836,7 @@
 				dst += state->surf_pitch;
 				src++;
 			} while (++h != state->draw_height);
-		}
-		else {
+		} else {
 			do {
 				byte colors = *src;
 				color = (colors / 16);


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