shortcut_catcher: tiny style fix
This commit is contained in:
parent
3d6edc43d9
commit
2a6a3109e5
@ -282,7 +282,8 @@ KeyCommandMap::MessageReceived(BMessage* message)
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (foundAddOn) continue;
|
||||
if (foundAddOn)
|
||||
continue;
|
||||
}
|
||||
|
||||
BArchivable* archive
|
||||
|
Loading…
Reference in New Issue
Block a user