Some more enforcement of our formatting conventions in KYRA too.
svn-id: r49069
This commit is contained in:
parent
cbbb78d9f2
commit
0fe2ba6a0d
33 changed files with 124 additions and 124 deletions
|
@ -604,7 +604,7 @@ int TIMInterpreter::execCommand(int cmd, const uint16 *param) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
debugC(5, kDebugLevelScript, "TIMInterpreter::%s(%p)", _commands[cmd].desc, (const void* )param);
|
||||
debugC(5, kDebugLevelScript, "TIMInterpreter::%s(%p)", _commands[cmd].desc, (const void *)param);
|
||||
return (this->*_commands[cmd].proc)(param);
|
||||
}
|
||||
|
||||
|
@ -1171,7 +1171,7 @@ int TIMInterpreter_LoL::execCommand(int cmd, const uint16 *param) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
debugC(5, kDebugLevelScript, "TIMInterpreter::%s(%p)", _commands[cmd].desc, (const void* )param);
|
||||
debugC(5, kDebugLevelScript, "TIMInterpreter::%s(%p)", _commands[cmd].desc, (const void *)param);
|
||||
return (this->*_commands[cmd].proc)(param);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue