Commit d5e0d918 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: libps2 - fix switch statement formatting

Individual labels of switch statements should have the same indentation
level as the switch statement itself.
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 4c711ef6
......@@ -321,7 +321,6 @@ int ps2_handle_ack(struct ps2dev *ps2dev, unsigned char data)
return 0;
}
if (!ps2dev->nak) {
ps2dev->flags &= ~PS2_FLAG_NAK;
if (ps2dev->cmdcnt)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment