make indent

This commit is contained in:
Bob Pendleton
2007-07-25 21:23:28 +00:00
parent 5f14f00c25
commit d3668d3a1d
4 changed files with 8 additions and 8 deletions

View File

@@ -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"
};