(svn r20281) -Codechange: unify case scope closure + break coding style
This commit is contained in:
@@ -290,7 +290,8 @@ struct IConsoleWindow : Window
|
||||
IConsoleClearCommand();
|
||||
|
||||
if (cmd != NULL) IConsoleCmdExec(cmd);
|
||||
} break;
|
||||
break;
|
||||
}
|
||||
|
||||
case WKC_CTRL | WKC_RETURN:
|
||||
_iconsole_mode = (_iconsole_mode == ICONSOLE_FULL) ? ICONSOLE_OPENED : ICONSOLE_FULL;
|
||||
|
Reference in New Issue
Block a user