From 17b2013b07345f03a34d35df3588ce8262fb864c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 29 Oct 2006 15:00:54 +0000 Subject: [PATCH] @#$% indent --- src/audio/bsd/SDL_bsdaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/bsd/SDL_bsdaudio.c b/src/audio/bsd/SDL_bsdaudio.c index ec29c498b..b7f01f15b 100644 --- a/src/audio/bsd/SDL_bsdaudio.c +++ b/src/audio/bsd/SDL_bsdaudio.c @@ -143,13 +143,13 @@ static void 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"