Lots of source code formatting corrections

svn-id: r28887
This commit is contained in:
Max Horn 2007-09-10 13:17:20 +00:00
parent 6419311a2e
commit 4a302b25ad
33 changed files with 314 additions and 681 deletions

View file

@ -608,8 +608,7 @@ bool Interface::processAscii(uint16 ascii) {
return true;
}
}
if (ascii == 15) // ctrl-o
{
if (ascii == 15) { // ctrl-o
if (_saveReminderState > 0) {
setMode(kPanelOption);
return true;