diff src/cdrom/SDL_syscdrom.h @ 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/cdrom/SDL_syscdrom.h	Mon May 29 03:53:21 2006 +0000
+++ b/src/cdrom/SDL_syscdrom.h	Mon May 29 04:04:35 2006 +0000
@@ -41,7 +41,7 @@
     /* Return the current status and play position, in frames, of the
        drive.  'position' may be NULL, and if so, should be ignored.
      */
-      CDstatus (*Status) (SDL_CD * cdrom, int *position);
+      CDstatus(*Status) (SDL_CD * cdrom, int *position);
 
     /* Play from frame 'start' to 'start+len' */
     int (*Play) (SDL_CD * cdrom, int start, int len);
@@ -70,8 +70,8 @@
  * drives.  Drive 0 should be the system default CD-ROM.
  * It should return 0, or -1 on an unrecoverable fatal error.
 */
-extern int SDL_SYS_CDInit (void);
+extern int SDL_SYS_CDInit(void);
 
 /* Function to perform any system-specific CD-ROM related cleanup */
-extern void SDL_SYS_CDQuit (void);
+extern void SDL_SYS_CDQuit(void);
 /* vi: set ts=4 sw=4 expandtab: */