mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Replaced tabs with spaces in test programs.
This commit is contained in:
parent
2e525193ef
commit
11d98995da
34 changed files with 124 additions and 124 deletions
|
|
@ -34,8 +34,8 @@ main(int argc, char *argv[])
|
|||
SDL_DisplayMode mode;
|
||||
int num_displays, dpy;
|
||||
|
||||
/* Enable standard application logging */
|
||||
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
|
||||
/* Enable standard application logging */
|
||||
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
|
||||
|
||||
/* Load the SDL library */
|
||||
if (SDL_Init(SDL_INIT_VIDEO) < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue