diff src/video/xbios/SDL_xbios_blowup.c @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios_blowup.c	Mon May 29 03:53:21 2006 +0000
+++ b/src/video/xbios/SDL_xbios_blowup.c	Mon May 29 04:04:35 2006 +0000
@@ -33,7 +33,7 @@
 #include "SDL_xbios_blowup.h"
 
 void
-SDL_XBIOS_BlowupInit (_THIS, blow_cookie_t * cookie_blow)
+SDL_XBIOS_BlowupInit(_THIS, blow_cookie_t * cookie_blow)
 {
     int i, num_mode, bank;
     blow_mode_t *blow_mode;
@@ -57,11 +57,11 @@
                 || ((blow_mode->monitor == MONITOR_RGB)
                     && (cookie_blow->montype == MONITOR_TV))) {
                 /* we can use this extended mode */
-                SDL_XBIOS_AddMode (this,
-                                   num_mode == 3 ? BPS8 : BPS16,
-                                   blow_mode->width + 1,
-                                   blow_mode->height + 1,
-                                   num_mode == 3 ? 8 : 16, SDL_FALSE);
+                SDL_XBIOS_AddMode(this,
+                                  num_mode == 3 ? BPS8 : BPS16,
+                                  blow_mode->width + 1,
+                                  blow_mode->height + 1,
+                                  num_mode == 3 ? 8 : 16, SDL_FALSE);
             }
         }
     }