Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
make indent
Browse files Browse the repository at this point in the history
  • Loading branch information
pendletonrc committed Jul 25, 2007
1 parent e264185 commit 3179b61
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Expand Up @@ -12,7 +12,8 @@
extern id gController; // instance of this class from nib

// Declare SDL_QuartzWindowDelegate (defined in SDL.framework)
@interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject {
@interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject
{
// Interface Builder Outlets
IBOutlet id _framesPerSecond;
IBOutlet id _numSprites;
Expand Down
Expand Up @@ -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"
};
Expand Down
Expand Up @@ -12,7 +12,8 @@
extern id gController; // instance of this class from nib

// Declare SDL_QuartzWindowDelegate (defined in SDL.framework)
@interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject {
@interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject
{
// Interface Builder Outlets
IBOutlet id _framesPerSecond;
IBOutlet id _numSprites;
Expand Down
5 changes: 2 additions & 3 deletions Xcode/TemplatesForXcode/SDL OpenGL Application/main.c
Expand Up @@ -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"
};
Expand Down

0 comments on commit 3179b61

Please sign in to comment.