aboutsummaryrefslogtreecommitdiff
path: root/graphics/managed_surface.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-09 15:02:02 +0200
committerEugene Sandulenko2016-10-09 15:02:02 +0200
commit355c4fa646c375c2ac42450871ff3d9221d1719d (patch)
tree81ef00feaedcd66821c56b7ae576ca068f8c997b /graphics/managed_surface.h
parentdead4aa01446da2bf711e64a4e681be460fa1202 (diff)
downloadscummvm-rg350-355c4fa646c375c2ac42450871ff3d9221d1719d.tar.gz
scummvm-rg350-355c4fa646c375c2ac42450871ff3d9221d1719d.tar.bz2
scummvm-rg350-355c4fa646c375c2ac42450871ff3d9221d1719d.zip
JANITORIAL: Remove more trailing spaces
Diffstat (limited to 'graphics/managed_surface.h')
-rw-r--r--graphics/managed_surface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/managed_surface.h b/graphics/managed_surface.h
index 8cbd463266..422b4610be 100644
--- a/graphics/managed_surface.h
+++ b/graphics/managed_surface.h
@@ -95,12 +95,12 @@ public:
* Create the managed surface
*/
ManagedSurface(int width, int height);
-
+
/**
* Create the managed surface
*/
ManagedSurface(int width, int height, const Graphics::PixelFormat &pixelFormat);
-
+
/**
* Create the managed surface
*/
@@ -211,7 +211,7 @@ public:
const Common::Rect getBounds() const {
return Common::Rect(0, 0, this->w, this->h);
}
-
+
/**
* Copies another surface into this one
*/