Fixed whitespace

This commit is contained in:
Sam Lantinga
2018-08-29 20:23:36 -07:00
parent fda14741ac
commit 16ccff3c56
3 changed files with 15 additions and 15 deletions

View File

@@ -850,7 +850,7 @@ static SDL_bool
HIDAPI_DriverSwitch_Update(SDL_Joystick *joystick, hid_device *dev, void *context)
{
SDL_DriverSwitch_Context *ctx = (SDL_DriverSwitch_Context *)context;
int size;
int size;
while ((size = ReadInput(ctx)) > 0) {
switch (ctx->m_rgucReadBuffer[0]) {
@@ -872,7 +872,7 @@ HIDAPI_DriverSwitch_Update(SDL_Joystick *joystick, hid_device *dev, void *contex
}
}
return (size >= 0);
return (size >= 0);
}
static void