aboutsummaryrefslogtreecommitdiff
path: root/gob/parse.cpp
diff options
context:
space:
mode:
authorMax Horn2005-05-08 21:49:52 +0000
committerMax Horn2005-05-08 21:49:52 +0000
commitcca744f69a9eb079a314c8f39af1faa4e7b1e5a6 (patch)
tree1eb00deac3941d844ce98abc10eb4339955ef61d /gob/parse.cpp
parent013e30eb389c40eb579cc8e3f05b8e8da80925ca (diff)
downloadscummvm-rg350-cca744f69a9eb079a314c8f39af1faa4e7b1e5a6.tar.gz
scummvm-rg350-cca744f69a9eb079a314c8f39af1faa4e7b1e5a6.tar.bz2
scummvm-rg350-cca744f69a9eb079a314c8f39af1faa4e7b1e5a6.zip
Comply to our coding conventions
svn-id: r17975
Diffstat (limited to 'gob/parse.cpp')
-rw-r--r--gob/parse.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/gob/parse.cpp b/gob/parse.cpp
index 99a92ab522..a5bffe402a 100644
--- a/gob/parse.cpp
+++ b/gob/parse.cpp
@@ -331,7 +331,7 @@ int16 parse_parseExpr(char arg_0, byte *arg_2) {
if (operation != arg_0)
break;
- } // if(operPtr[-2] == 9 && ...)
+ } // if (operPtr[-2] == 9 && ...)
for (brackStart = stkPos - 2; brackStart > 0 &&
operStack[brackStart] < 30 &&
@@ -535,7 +535,7 @@ int16 parse_parseExpr(char arg_0, byte *arg_2) {
if (var_1A != 0)
break;
- } // while(stkPos >= 2)
+ } // while (stkPos >= 2)
if (operation == 30 || operation == 31) {
if (operPtr[-1] == 20) {
@@ -696,7 +696,7 @@ void parse_skipExpr(char arg_0) {
parse_skipExpr(10);
}
continue;
- } // if(operation >= 19 && operation <= 29)
+ } // if (operation >= 19 && operation <= 29)
if (operation == 9) {
num++;
@@ -844,7 +844,7 @@ int16 parse_parseValExpr() {
valPtr[0] &= valPtr[2];
break;
}
- } // if(stkPos > 0 && cmdPtr[-1] > 4 && cmdPtr[-1] < 9)
+ } // if (stkPos > 0 && cmdPtr[-1] > 4 && cmdPtr[-1] < 9)
continue;
}
@@ -1102,7 +1102,7 @@ void parse_printExpr(char arg_0) {
break;
}
continue;
- } // if(operation >= 19 && operation <= 29)
+ } // if (operation >= 19 && operation <= 29)
switch (operation) {
case 9:
debug(5, "(");