aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/src/ScummVMApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/symbian/src/ScummVMApp.cpp')
-rw-r--r--backends/platform/symbian/src/ScummVMApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/symbian/src/ScummVMApp.cpp b/backends/platform/symbian/src/ScummVMApp.cpp
index 741f93cfd1..e031244135 100644
--- a/backends/platform/symbian/src/ScummVMApp.cpp
+++ b/backends/platform/symbian/src/ScummVMApp.cpp
@@ -151,7 +151,7 @@ void CScummVMUi::BringUpEmulatorL() {
}
void CScummVMUi::HandleCommandL(TInt aCommand) {
- switch(aCommand) {
+ switch (aCommand) {
case EEikCmdExit:
{
RThread thread;