提交 d5e0d918 编写于 作者: D 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: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册