Lots of source code formatting corrections
svn-id: r28887
This commit is contained in:
parent
6419311a2e
commit
4a302b25ad
33 changed files with 314 additions and 681 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue