xkb: whitespace fixes
Sick of fighting vim and git from trying to add this fix with every commit iteration... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
parent
a2762514b6
commit
6f234c60d9
|
@ -6774,7 +6774,7 @@ _XkbSetDeviceInfoCheck(ClientPtr client, DeviceIntPtr dev,
|
||||||
ed.deviceID = dev->id;
|
ed.deviceID = dev->id;
|
||||||
wire = (char *) &stuff[1];
|
wire = (char *) &stuff[1];
|
||||||
if (stuff->change & XkbXI_ButtonActionsMask) {
|
if (stuff->change & XkbXI_ButtonActionsMask) {
|
||||||
int nBtns, sz, i;
|
int nBtns, sz, i;
|
||||||
XkbAction *acts;
|
XkbAction *acts;
|
||||||
DeviceIntPtr kbd;
|
DeviceIntPtr kbd;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue