[Scummvm-cvs-logs] SF.net SVN: scummvm: [31886] scummvm/branches/gsoc2008-gui/graphics/ VectorRenderer.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue May 6 00:28:03 CEST 2008


Revision: 31886
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31886&view=rev
Author:   lordhoto
Date:     2008-05-05 15:28:03 -0700 (Mon, 05 May 2008)

Log Message:
-----------
Fix formatting.

Modified Paths:
--------------
    scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.h

Modified: scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.h
===================================================================
--- scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.h	2008-05-05 22:21:34 UTC (rev 31885)
+++ scummvm/branches/gsoc2008-gui/graphics/VectorRenderer.h	2008-05-05 22:28:03 UTC (rev 31886)
@@ -218,11 +218,11 @@
 
 	void drawSquare(int x, int y, int w, int h, bool fill);
 
-/**
+	/**
 	 * @see VectorRenderer::setColor()
 	 */
 	void setColor(uint8 r, uint8 g, uint8 b) {
-        this->_color = RGBToColor<PixelFormat>(r, g, b);
+		this->_color = RGBToColor<PixelFormat>(r, g, b);
 	}
 
 	/**
@@ -248,7 +248,7 @@
 	 * @see VectorRenderer::blendPixel()
 	 */
 	virtual inline void blendPixel(int x, int y, uint8 alpha) {
-			putPixel(x, y);
+		putPixel(x, y);
 	}
 
 protected:


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