summaryrefslogtreecommitdiff
path: root/test/teststreaming.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/teststreaming.c
parentc3e514738c6c324b1de59a5c96d926a865b28057 (diff)
downloadsdl-914e4b3c8de0796788ffe23537ddc1a5bf53c835.tar.gz
Replaced tabs with spaces in test programs.
Diffstat (limited to 'test/teststreaming.c')
-rw-r--r--test/teststreaming.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/teststreaming.c b/test/teststreaming.c
index 95881a7c2..623d58795 100644
--- a/test/teststreaming.c
+++ b/test/teststreaming.c
@@ -129,7 +129,7 @@ main(int argc, char **argv)
SDL_Window *window;
SDL_RWops *handle;
- /* Enable standard application logging */
+ /* Enable standard application logging */
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
if (SDL_Init(SDL_INIT_VIDEO) < 0) {