summaryrefslogtreecommitdiff
path: root/test/testjoystick.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/testjoystick.c
parentc3e514738c6c324b1de59a5c96d926a865b28057 (diff)
downloadsdl-914e4b3c8de0796788ffe23537ddc1a5bf53c835.tar.gz
Replaced tabs with spaces in test programs.
Diffstat (limited to 'test/testjoystick.c')
-rw-r--r--test/testjoystick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testjoystick.c b/test/testjoystick.c
index 7355eece3..259b5a856 100644
--- a/test/testjoystick.c
+++ b/test/testjoystick.c
@@ -246,7 +246,7 @@ main(int argc, char *argv[])
SDL_SetHint(SDL_HINT_ACCELEROMETER_AS_JOYSTICK, "0");
/* 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) < 0) {