Minor style-related changes

svn-id: r47839
This commit is contained in:
Sven Hesse 2010-02-03 03:25:50 +00:00
parent 887ca3145e
commit d4949d03d4
9 changed files with 24 additions and 24 deletions

View file

@ -721,7 +721,7 @@ bool Inter_v1::o1_loadCursor(OpFuncParams &params) {
return false;
}
bool Inter_v1::o1_switch (OpFuncParams &params) {
bool Inter_v1::o1_switch(OpFuncParams &params) {
uint32 offset;
checkSwitchTable(offset);