# HG changeset patch # User Sam Lantinga # Date 1162134054 0 # Node ID 2e36e0ecde3311d72191082b5427d29cccdc0e76 # Parent c668521943861ca38b0da28831e7f692ce76a8cd @#$% indent diff -r c66852194386 -r 2e36e0ecde33 src/audio/bsd/SDL_bsdaudio.c --- 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"