From 75305f136f666444b5fb3da06b22edaeb00952f0 Mon Sep 17 00:00:00 2001 From: Fedor Date: Wed, 3 Sep 2014 15:27:41 +0300 Subject: GRAPHICS: Remove some trailing whitespace in surface.h --- graphics/surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/surface.h b/graphics/surface.h index ad15944361..aaa386b168 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); -- cgit v1.2.3