Fix indentation.

CID:	1363671
This commit is contained in:
Gleb Smirnoff 2016-10-04 16:44:40 +00:00
parent 85ab1aeccf
commit 37d0ac15e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306679

View File

@ -2860,7 +2860,7 @@ proc_synaptics(struct psm_softc *sc, packetbuf_t *pb, mousestatus_t *ms,
guest_buttons |= MOUSE_BUTTON1DOWN;
if (pb->ipacket[1] & 0x04)
guest_buttons |= MOUSE_BUTTON2DOWN;
if (pb->ipacket[1] & 0x02)
if (pb->ipacket[1] & 0x02)
guest_buttons |= MOUSE_BUTTON3DOWN;
ms->button = touchpad_buttons | guest_buttons;