shortcut_catcher: tiny style fix

This commit is contained in:
John Scipione 2014-06-13 12:52:49 -04:00
parent 3d6edc43d9
commit 2a6a3109e5
1 changed files with 2 additions and 1 deletions

View File

@ -282,7 +282,8 @@ KeyCommandMap::MessageReceived(BMessage* message)
break;
}
}
if (foundAddOn) continue;
if (foundAddOn)
continue;
}
BArchivable* archive