diff options
| author | Max Horn | 2011-02-07 23:01:06 +0000 |
|---|---|---|
| committer | Max Horn | 2011-02-07 23:01:06 +0000 |
| commit | 2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb (patch) | |
| tree | a538852678f172dec297b83d115a7d76f2638969 /engines/sword2 | |
| parent | 377b4c67d99503b19e866ff47c685c57dd2a56e0 (diff) | |
| download | scummvm-rg350-2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb.tar.gz scummvm-rg350-2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb.tar.bz2 scummvm-rg350-2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb.zip | |
ALL: Fix whitespaces / indention
svn-id: r55818
Diffstat (limited to 'engines/sword2')
| -rw-r--r-- | engines/sword2/function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/function.cpp b/engines/sword2/function.cpp index dc8c42c16a..5bc82b5f9e 100644 --- a/engines/sword2/function.cpp +++ b/engines/sword2/function.cpp @@ -1292,7 +1292,7 @@ int32 Logic::fnSpeechProcess(int32 *params) { obSpeech.setCommand(0); obSpeech.setWaitState(1); - return IR_REPEAT ; + return IR_REPEAT; case INS_sort: fnSortSprite(params); // ob_graphic |
