diff src/audio/bsd/SDL_bsdaudio.c @ 2065:2e36e0ecde33

@#$% indent
author Sam Lantinga <slouken@libsdl.org>
date Sun, 29 Oct 2006 15:00:54 +0000
parents c66852194386
children e27bdcc80744
line wrap: on
line diff
--- a/src/audio/bsd/SDL_bsdaudio.c	Sun Oct 29 14:47:20 2006 +0000
+++ b/src/audio/bsd/SDL_bsdaudio.c	Sun Oct 29 15:00:54 2006 +0000
@@ -143,13 +143,13 @@
 BSDAUDIO_Status(_THIS)
 {
 #ifdef DEBUG_AUDIO
+    /* *INDENT-OFF* */
     audio_info_t info;
 
     if (ioctl(this->hidden->audio_fd, AUDIO_GETINFO, &info) < 0) {
         fprintf(stderr, "AUDIO_GETINFO failed.\n");
         return;
     }
-    /* *INDENT-OFF* */
     fprintf(stderr, "\n"
             "[play/record info]\n"
             "buffer size	:   %d bytes\n"