diff src/audio/SDL_audio.c @ 3139:7f684f249ec9

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 May 2009 22:41:08 +0000
parents 82e60908fab1
children dc1eb82ffdaa
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Fri May 15 15:47:37 2009 +0000
+++ b/src/audio/SDL_audio.c	Sat May 23 22:41:08 2009 +0000
@@ -477,7 +477,8 @@
                     /* Wait for an audio buffer to become available */
                     current_audio.impl.WaitDevice(device);
                 } else {
-                    SDL_Delay((device->spec.samples * 1000) / device->spec.freq);
+                    SDL_Delay((device->spec.samples * 1000) /
+                              device->spec.freq);
                 }
             }
 
@@ -525,7 +526,7 @@
                 /* Wait for an audio buffer to become available */
                 current_audio.impl.WaitDevice(device);
             } else {
-            	SDL_Delay((device->spec.samples * 1000) / device->spec.freq);
+                SDL_Delay((device->spec.samples * 1000) / device->spec.freq);
             }
         }
     }