Replaced tabs with spaces in test programs.

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

View file

@ -357,7 +357,7 @@ main(int argc, char *argv[])
SDL_Log("SDL_GL_ACCELERATED_VISUAL: requested %d, got %d\n", accel,
value);
} else {
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Failed to get SDL_GL_ACCELERATED_VISUAL: %s\n",
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Failed to get SDL_GL_ACCELERATED_VISUAL: %s\n",
SDL_GetError());
}
}