Some more enforcement of our formatting conventions in KYRA too.

svn-id: r49069
This commit is contained in:
Johannes Schickel 2010-05-17 23:29:44 +00:00
parent cbbb78d9f2
commit 0fe2ba6a0d
33 changed files with 124 additions and 124 deletions

View file

@ -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);
}