diff options
author | Eugene Sandulenko | 2016-10-09 15:02:02 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-10-09 15:02:02 +0200 |
commit | 355c4fa646c375c2ac42450871ff3d9221d1719d (patch) | |
tree | 81ef00feaedcd66821c56b7ae576ca068f8c997b /graphics/managed_surface.h | |
parent | dead4aa01446da2bf711e64a4e681be460fa1202 (diff) | |
download | scummvm-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.h | 6 |
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 */ |