]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fade.c: whitespace cleanup
authorAndre <maan@p133.(none)>
Fri, 21 Apr 2006 14:52:00 +0000 (16:52 +0200)
committerAndre <maan@p133.(none)>
Fri, 21 Apr 2006 14:52:00 +0000 (16:52 +0200)
fade.c

diff --git a/fade.c b/fade.c
index 96ee22c0e941bbaae59e3d8d45815710b2fe95d3..ceb91dafb974ab34e7c6bc89d5195c64c0d8be30 100644 (file)
--- a/fade.c
+++ b/fade.c
@@ -55,11 +55,11 @@ void para_log(__a_unused int ll, const char *fmt,...)
  */
 static int open_mixer(void)
 {
  */
 static int open_mixer(void)
 {
-        int mixer_fd;
+       int mixer_fd;
 
 
-        if ((mixer_fd = open(args_info.mixer_device_arg, O_RDWR, 0)) < 0)
-                return -1;
-        return mixer_fd;
+       if ((mixer_fd = open(args_info.mixer_device_arg, O_RDWR, 0)) < 0)
+               return -1;
+       return mixer_fd;
 }
 
 /*
 }
 
 /*