summaryrefslogtreecommitdiff
path: root/test/testgamecontroller.c
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2015-11-25 21:39:28 +0100
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2015-11-25 21:39:28 +0100
commit914e4b3c8de0796788ffe23537ddc1a5bf53c835 (patch)
tree51a6acae444b09cbd152d102596e27fa720993fe /test/testgamecontroller.c
parentc3e514738c6c324b1de59a5c96d926a865b28057 (diff)
downloadsdl-914e4b3c8de0796788ffe23537ddc1a5bf53c835.tar.gz
Replaced tabs with spaces in test programs.
Diffstat (limited to 'test/testgamecontroller.c')
-rw-r--r--test/testgamecontroller.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testgamecontroller.c b/test/testgamecontroller.c
index 9af9653cc..688544ec4 100644
--- a/test/testgamecontroller.c
+++ b/test/testgamecontroller.c
@@ -247,7 +247,7 @@ main(int argc, char *argv[])
SDL_GameController *gamecontroller;
/* Enable standard application logging */
- SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
+ SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
/* Initialize SDL (Note: video is required to start event loop) */
if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER ) < 0) {
@@ -284,7 +284,7 @@ main(int argc, char *argv[])
SDL_Event event;
int device = atoi(argv[1]);
if (device >= SDL_NumJoysticks()) {
- SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "%i is an invalid joystick index.\n", device);
+ SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "%i is an invalid joystick index.\n", device);
retcode = 1;
} else {
SDL_JoystickGetGUIDString(SDL_JoystickGetDeviceGUID(device),