Commit 146180e7 authored by Sam Lantinga's avatar Sam Lantinga

@#$% indent

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402218
parent a5dc4b0c
...@@ -143,13 +143,13 @@ static void ...@@ -143,13 +143,13 @@ static void
BSDAUDIO_Status(_THIS) BSDAUDIO_Status(_THIS)
{ {
#ifdef DEBUG_AUDIO #ifdef DEBUG_AUDIO
/* *INDENT-OFF* */
audio_info_t info; audio_info_t info;
if (ioctl(this->hidden->audio_fd, AUDIO_GETINFO, &info) < 0) { if (ioctl(this->hidden->audio_fd, AUDIO_GETINFO, &info) < 0) {
fprintf(stderr, "AUDIO_GETINFO failed.\n"); fprintf(stderr, "AUDIO_GETINFO failed.\n");
return; return;
} }
/* *INDENT-OFF* */
fprintf(stderr, "\n" fprintf(stderr, "\n"
"[play/record info]\n" "[play/record info]\n"
"buffer size : %d bytes\n" "buffer size : %d bytes\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment