diff src/audio/dc/SDL_dcaudio.c @ 2060:866052b01ee5

indent is evil
author Sam Lantinga <slouken@libsdl.org>
date Sat, 28 Oct 2006 16:48:03 +0000
parents 5f6550e5184f
children 99210400e8b9
line wrap: on
line diff
--- a/src/audio/dc/SDL_dcaudio.c	Sat Oct 28 16:41:54 2006 +0000
+++ b/src/audio/dc/SDL_dcaudio.c	Sat Oct 28 16:48:03 2006 +0000
@@ -170,7 +170,7 @@
 
     /* Initialize all variables that we clean on shutdown */
     this->hidden = (struct SDL_PrivateAudioData *)
-                        SDL_malloc((sizeof *this->hidden));
+        SDL_malloc((sizeof *this->hidden));
     if (this->hidden == NULL) {
         SDL_OutOfMemory();
         return 0;
@@ -225,7 +225,7 @@
 }
 
 static int
-DCAUD_Init(SDL_AudioDriverImpl *impl)
+DCAUD_Init(SDL_AudioDriverImpl * impl)
 {
     /* Set the function pointers */
     impl->OpenDevice = DCAUD_OpenDevice;