diff options
| author | Max Horn | 2009-09-30 16:16:53 +0000 | 
|---|---|---|
| committer | Max Horn | 2009-09-30 16:16:53 +0000 | 
| commit | 8ba75fc522f16844524dd4d6f88c3851e2402969 (patch) | |
| tree | df25c20389e3e706d508f37914dedc73c6479f00 /engines/agi/preagi_common.cpp | |
| parent | 25dde91c7c6c7da52636e3daa34bd9eee5d9dcb9 (diff) | |
| download | scummvm-rg350-8ba75fc522f16844524dd4d6f88c3851e2402969.tar.gz scummvm-rg350-8ba75fc522f16844524dd4d6f88c3851e2402969.tar.bz2 scummvm-rg350-8ba75fc522f16844524dd4d6f88c3851e2402969.zip | |
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
svn-id: r44495
Diffstat (limited to 'engines/agi/preagi_common.cpp')
| -rw-r--r-- | engines/agi/preagi_common.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/agi/preagi_common.cpp b/engines/agi/preagi_common.cpp index 74dcd75edb..e84bf0d1ba 100644 --- a/engines/agi/preagi_common.cpp +++ b/engines/agi/preagi_common.cpp @@ -124,7 +124,7 @@ int PreAgiEngine::getSelection(SelectionTypes type) {  	while (!shouldQuit()) {  		while (_eventMan->pollEvent(event)) { -			switch(event.type) { +			switch (event.type) {  			case Common::EVENT_RTL:  			case Common::EVENT_QUIT:  				return 0; | 
