Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5e0d918 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

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
Loading
Loading
Loading
Loading
+65 −66
Original line number Diff line number Diff line
@@ -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)