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:
Peter Hutterer 2022-07-04 15:49:31 +10:00 committed by Olivier Fourdan
parent a2762514b6
commit 6f234c60d9

View File

@ -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;