diff options
| author | Torbjörn Andersson | 2010-10-12 04:19:58 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2010-10-12 04:19:58 +0000 |
| commit | 54b2a8c98df204dfe64a27fc830936ec62e3f9ed (patch) | |
| tree | 731b870d395e797886b9d184ff709782632cc1bd /gui/ThemeParser.cpp | |
| parent | 8388e0dfea4ae0d80e51368acd12685c740c5bb5 (diff) | |
| download | scummvm-rg350-54b2a8c98df204dfe64a27fc830936ec62e3f9ed.tar.gz scummvm-rg350-54b2a8c98df204dfe64a27fc830936ec62e3f9ed.tar.bz2 scummvm-rg350-54b2a8c98df204dfe64a27fc830936ec62e3f9ed.zip | |
JANITORIAL: Cleanup (mostly whitespace)
svn-id: r53161
Diffstat (limited to 'gui/ThemeParser.cpp')
| -rw-r--r-- | gui/ThemeParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeParser.cpp b/gui/ThemeParser.cpp index c809447cbd..b9a0c583b0 100644 --- a/gui/ThemeParser.cpp +++ b/gui/ThemeParser.cpp @@ -144,7 +144,7 @@ Graphics::DrawStep *ThemeParser::defaultDrawStep() { Graphics::DrawStep *ThemeParser::newDrawStep() { assert(_defaultStepGlobal); - Graphics::DrawStep *step = 0 ; //new DrawStep; + Graphics::DrawStep *step = 0; //new DrawStep; if (_defaultStepLocal) { step = new Graphics::DrawStep(*_defaultStepLocal); |
