summaryrefslogtreecommitdiff
path: root/test/testspriteminimal.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/testspriteminimal.c
parentc3e514738c6c324b1de59a5c96d926a865b28057 (diff)
downloadsdl-914e4b3c8de0796788ffe23537ddc1a5bf53c835.tar.gz
Replaced tabs with spaces in test programs.
Diffstat (limited to 'test/testspriteminimal.c')
-rw-r--r--test/testspriteminimal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testspriteminimal.c b/test/testspriteminimal.c
index 3980b2fea..0e3e9a276 100644
--- a/test/testspriteminimal.c
+++ b/test/testspriteminimal.c
@@ -150,7 +150,7 @@ main(int argc, char *argv[])
int i;
- /* Enable standard application logging */
+ /* Enable standard application logging */
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
if (SDL_CreateWindowAndRenderer(WINDOW_WIDTH, WINDOW_HEIGHT, 0, &window, &renderer) < 0) {