aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2016-06-22 07:35:14 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit63d06a40118716a0869b9d031567e83c2398e890 (patch)
tree9771edd8a0e599c719f8c71e5ca41d15bbe4d077 /engines
parent45419f971a0d12ebec0e3f5b7c02312edfb6d75f (diff)
downloadscummvm-rg350-63d06a40118716a0869b9d031567e83c2398e890.tar.gz
scummvm-rg350-63d06a40118716a0869b9d031567e83c2398e890.tar.bz2
scummvm-rg350-63d06a40118716a0869b9d031567e83c2398e890.zip
DM: Fix code formatting
Diffstat (limited to 'engines')
-rw-r--r--engines/dm/champion.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/dm/champion.cpp b/engines/dm/champion.cpp
index 71e285ed1c..8a79271ada 100644
--- a/engines/dm/champion.cpp
+++ b/engines/dm/champion.cpp
@@ -526,8 +526,8 @@ T0292042_green:
warning("MISSING CODE: F0078_MOUSE_ShowPointer");
}
- uint16 ChampionMan::championIconIndex(int16 val, direction dir)
- {
- return ((val + 4 - dir) & 0x3);
- }
+uint16 ChampionMan::championIconIndex(int16 val, direction dir) {
+ return ((val + 4 - dir) & 0x3);
+}
+
}