diff audio.c @ 887:d70e50f1495f libavformat

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents da1d5db0ce5c
children edbe5c3717f9
line wrap: on
line diff
--- a/audio.c	Mon Dec 19 20:49:00 2005 +0000
+++ b/audio.c	Thu Dec 22 01:10:11 2005 +0000
@@ -54,7 +54,7 @@
     /* open linux audio device */
     if (!audio_device)
 #ifdef __OpenBSD__
-	audio_device = "/dev/sound";
+        audio_device = "/dev/sound";
 #else
         audio_device = "/dev/dsp";
 #endif