Input: whitespace fixes in driver/input/joystick
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
@@ -185,7 +185,7 @@ static void a3d_poll(struct gameport *gameport)
|
||||
a3d->reads++;
|
||||
if (a3d_read_packet(a3d->gameport, a3d->length, data) != a3d->length ||
|
||||
data[0] != a3d->mode || a3d_csum(data, a3d->length))
|
||||
a3d->bads++;
|
||||
a3d->bads++;
|
||||
else
|
||||
a3d_read(a3d, data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user