aboutsummaryrefslogtreecommitdiff
path: root/backends/null
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-30 21:11:48 +0000
committerEugene Sandulenko2005-07-30 21:11:48 +0000
commit6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch)
treec44c4e61f18ddd537f7082cb48869cf33d422fbd /backends/null
parent86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff)
downloadscummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'backends/null')
-rw-r--r--backends/null/null.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/null/null.cpp b/backends/null/null.cpp
index bed51cd68f..d6934997b2 100644
--- a/backends/null/null.cpp
+++ b/backends/null/null.cpp
@@ -63,7 +63,7 @@ public:
virtual OverlayColor RGBToColor(uint8 r, uint8 g, uint8 b);
virtual void colorToRGB(OverlayColor color, uint8 &r, uint8 &g, uint8 &b);
-
+
virtual bool showMouse(bool visible);
virtual void warpMouse(int x, int y);
@@ -221,7 +221,7 @@ OverlayColor OSystem_NULL::RGBToColor(uint8 r, uint8 g, uint8 b)
void OSystem_NULL::colorToRGB(OverlayColor color, uint8 &r, uint8 &g, uint8 &b)
{
}
-
+
bool OSystem_NULL::showMouse(bool visible)
{
return true;
@@ -246,7 +246,7 @@ uint32 OSystem_NULL::getMillis()
}
void OSystem_NULL::delayMillis(uint msecs)
-{
+{
}
void OSystem_NULL::setTimerCallback(TimerProc callback, int interval)