Replaced tabs with spaces in test programs.

This commit is contained in:
Philipp Wiesemann
2015-11-25 21:39:28 +01:00
parent 2e525193ef
commit 11d98995da
34 changed files with 124 additions and 124 deletions

View File

@@ -25,7 +25,7 @@ main(int argc, char **argv)
int avgbytes = 0;
SDL_RWops *io = NULL;
/* Enable standard application logging */
/* Enable standard application logging */
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
if (argc != 4) {