diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-29 03:28:55 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-29 03:28:55 -0400 |
commit | ab0c3443ad2de03383f2549195badf64779d08a1 (patch) | |
tree | 714a8c8d454338630090e35fc093c99ff559c02a /drivers/input/joystick/gamecon.c | |
parent | de1b963a416232bf429550ee475d6b9a34b66309 (diff) |
Input: whitespace fixes in driver/input/joystick
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/joystick/gamecon.c')
-rw-r--r-- | drivers/input/joystick/gamecon.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/input/joystick/gamecon.c b/drivers/input/joystick/gamecon.c index 8732f52bdd08..462fc38f026e 100644 --- a/drivers/input/joystick/gamecon.c +++ b/drivers/input/joystick/gamecon.c | |||
@@ -1,12 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | * NES, SNES, N64, MultiSystem, PSX gamepad driver for Linux | 2 | * NES, SNES, N64, MultiSystem, PSX gamepad driver for Linux |
3 | * | 3 | * |
4 | * Copyright (c) 1999-2004 Vojtech Pavlik <vojtech@suse.cz> | 4 | * Copyright (c) 1999-2004 Vojtech Pavlik <vojtech@suse.cz> |
5 | * Copyright (c) 2004 Peter Nelson <rufus-kernel@hackish.org> | 5 | * Copyright (c) 2004 Peter Nelson <rufus-kernel@hackish.org> |
6 | * | 6 | * |
7 | * Based on the work of: | 7 | * Based on the work of: |
8 | * Andree Borrmann John Dahlstrom | 8 | * Andree Borrmann John Dahlstrom |
9 | * David Kuder Nathan Hand | 9 | * David Kuder Nathan Hand |
10 | */ | 10 | */ |
11 | 11 | ||
12 | /* | 12 | /* |
@@ -433,7 +433,7 @@ static void gc_timer(unsigned long private) | |||
433 | gc_psx_read_packet(gc, data_psx, data); | 433 | gc_psx_read_packet(gc, data_psx, data); |
434 | 434 | ||
435 | for (i = 0; i < 5; i++) { | 435 | for (i = 0; i < 5; i++) { |
436 | switch (data[i]) { | 436 | switch (data[i]) { |
437 | 437 | ||
438 | case GC_PSX_RUMBLE: | 438 | case GC_PSX_RUMBLE: |
439 | 439 | ||