first version of the universal paraslash scheduler
[paraslash.git] / 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)
 {
-        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;
 }
 
 /*