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/screen.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/screen.h')
-rw-r--r-- | graphics/screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/screen.h b/graphics/screen.h index b3bb2d3eb2..a727936f5c 100644 --- a/graphics/screen.h +++ b/graphics/screen.h @@ -36,7 +36,7 @@ namespace Graphics { /** * Implements a specialised surface that represents the screen. * It keeps track of any areas of itself that are updated by drawing - * calls, and provides an update that method that blits the affected + * calls, and provides an update that method that blits the affected * areas to the physical screen */ class Screen : public ManagedSurface { @@ -72,7 +72,7 @@ public: bool isDirty() const { return !_dirtyRects.empty(); } /** - * Marks the whole screen as dirty. This forces the next call to update + * Marks the whole screen as dirty. This forces the next call to update * to copy the entire screen contents */ void makeAllDirty(); |