Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
@#$% indent
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 29, 2006
1 parent d1f170c commit 17b2013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/bsd/SDL_bsdaudio.c
Expand Up @@ -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"
Expand Down

0 comments on commit 17b2013

Please sign in to comment.