Style fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42533 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7286c86c39
commit
3eb02f08d9
@ -1477,9 +1477,9 @@ InputServer::_UpdateMouseAndKeys(EventList& events)
|
||||
byte = 0;
|
||||
|
||||
if (((fKeyInfo.modifiers & B_COMMAND_KEY) != 0 && byte == ' ')
|
||||
|| byte == B_HANKAKU_ZENKAKU) {
|
||||
if (SetNextMethod(!(fKeyInfo.modifiers & B_SHIFT_KEY)) == B_OK)
|
||||
{
|
||||
|| byte == B_HANKAKU_ZENKAKU) {
|
||||
if (SetNextMethod(!(fKeyInfo.modifiers & B_SHIFT_KEY))
|
||||
== B_OK) {
|
||||
// this event isn't sent to the user
|
||||
events.RemoveItemAt(index);
|
||||
delete event;
|
||||
|
Loading…
Reference in New Issue
Block a user