[Scummvm-cvs-logs] scummvm master -> 75305f136f666444b5fb3da06b22edaeb00952f0

bluegr bluegr at gmail.com
Tue Oct 28 14:05:23 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
75305f136f GRAPHICS: Remove some trailing whitespace in surface.h


Commit: 75305f136f666444b5fb3da06b22edaeb00952f0
    https://github.com/scummvm/scummvm/commit/75305f136f666444b5fb3da06b22edaeb00952f0
Author: Fedor (fedor4ever at users.noreply.github.com)
Date: 2014-10-28T15:03:44+02:00

Commit Message:
GRAPHICS: Remove some trailing whitespace in surface.h

Changed paths:
    graphics/surface.h



diff --git a/graphics/surface.h b/graphics/surface.h
index ad15944..aaa386b 100644
--- a/graphics/surface.h
+++ b/graphics/surface.h
@@ -228,7 +228,7 @@ public:
 	 * @param srcSurface    The source of the bitmap data
 	 * @param destX         The x coordinate of the destination rectangle
 	 * @param destY         The y coordinate of the destination rectangle
-	 * @param subRect       The subRect of surface to be blitted             
+	 * @param subRect       The subRect of surface to be blitted
 	 */
 	void copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Rect subRect);
 






More information about the Scummvm-git-logs mailing list