diff src/audio/alsa/SDL_alsa_audio.c @ 2043:adf732f1f016

Formatting update
author Sam Lantinga <slouken@libsdl.org>
date Sun, 24 Sep 2006 15:56:55 +0000
parents 39897da56f63
children 5f6550e5184f c8b3d3d13ed1
line wrap: on
line diff
--- a/src/audio/alsa/SDL_alsa_audio.c	Sun Sep 24 15:56:36 2006 +0000
+++ b/src/audio/alsa/SDL_alsa_audio.c	Sun Sep 24 15:56:55 2006 +0000
@@ -523,7 +523,7 @@
     status = -1;
     for (test_format = SDL_FirstAudioFormat(spec->format);
          test_format && (status < 0);) {
-        status = 0;  /* if we can't support a format, it'll become -1. */
+        status = 0;             /* if we can't support a format, it'll become -1. */
         switch (test_format) {
         case AUDIO_U8:
             format = SND_PCM_FORMAT_U8;