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

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 27, 2008
1 parent 178ca1e commit f79da65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/video/ipod/SDL_ipodvideo.c
Expand Up @@ -777,8 +777,8 @@ iPod_UpdateRects(_THIS, int nrects, SDL_Rect * rects)
~(3 << (2 * (x % 4)));
ipod_scr[y * (lcd_width / 4) + x / 4] |=
(((Uint8 *) (SDL_VideoSurface->pixels))[y *
SDL_VideoSurface->pitch
+
SDL_VideoSurface->
pitch +
x] & 3) << (2
*
(x
Expand Down
13 changes: 9 additions & 4 deletions src/video/os2fslib/SDL_os2fslib.c
Expand Up @@ -2503,19 +2503,24 @@ os2fslib_SetVideoMode(_THIS, SDL_Surface * current,
pModeInfoFound->uiXResolution,
pModeInfoFound->uiYResolution,
pModeInfoFound->uiBPP, ((unsigned int)
pModeInfoFound->PixelFormat.ucRedMask)
pModeInfoFound->
PixelFormat.
ucRedMask)
<< pModeInfoFound->PixelFormat.
ucRedPosition, ((unsigned int)
pModeInfoFound->
PixelFormat.ucGreenMask)
PixelFormat.
ucGreenMask)
<< pModeInfoFound->PixelFormat.
ucGreenPosition, ((unsigned int)
pModeInfoFound->
PixelFormat.ucBlueMask)
PixelFormat.
ucBlueMask)
<< pModeInfoFound->PixelFormat.
ucBluePosition, ((unsigned int)
pModeInfoFound->
PixelFormat.ucAlphaMask)
PixelFormat.
ucAlphaMask)
<< pModeInfoFound->PixelFormat.
ucAlphaPosition);

Expand Down
8 changes: 4 additions & 4 deletions src/video/photon/SDL_ph_gl.c
Expand Up @@ -322,10 +322,10 @@ ph_SetupOpenGLContext(_THIS, int width, int height, int bpp, Uint32 flags)
gl_config.accum_blue_size
+
this->
gl_config.accum_green_size
+
this->
gl_config.accum_alpha_size);
gl_config.
accum_green_size +
this->gl_config.
accum_alpha_size);
}

/* Stereo mode */
Expand Down

0 comments on commit f79da65

Please sign in to comment.