Skip to content

Commit 33a4fca

Browse files
committed
fix spaces
1 parent e27f14b commit 33a4fca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/joystick/hidapi/SDL_hidapi_xbox360w.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ static bool HIDAPI_DriverXbox360W_UpdateDevice(SDL_HIDAPI_Device *device)
373373
device->joystick_type = SDL_JOYSTICK_TYPE_ARCADE_PAD;
374374
break;
375375
}
376-
377376
const Uint8 capabilities_packet[] = { 0x00, 0x00, 0x02, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
378377
if (SDL_hid_write(device->dev, capabilities_packet, sizeof(capabilities_packet)) != sizeof(capabilities_packet)) {
379378
SDL_SetError("Couldn't write capabilities_packet packet");

0 commit comments

Comments
 (0)