mirror of
https://github.com/yawut/SDL.git
synced 2026-08-14 04:56:33 -05:00
make indent
This commit is contained in:
@@ -53,9 +53,8 @@ printAttributes()
|
||||
SDL_GL_ALPHA_SIZE, SDL_GL_BUFFER_SIZE, SDL_GL_DEPTH_SIZE
|
||||
};
|
||||
|
||||
char *desc[] =
|
||||
{ "Red size: %d bits\n", "Blue size: %d bits\n",
|
||||
"Green size: %d bits\n",
|
||||
char *desc[] = { "Red size: %d bits\n", "Blue size: %d bits\n",
|
||||
"Green size: %d bits\n",
|
||||
"Alpha size: %d bits\n", "Color buffer size: %d bits\n",
|
||||
"Depth bufer size: %d bits\n"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user