From 6fc5ab85f752b9de727c3f3091e7942cac9b0276 Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 21 Apr 2006 16:52:00 +0200 Subject: [PATCH] fade.c: whitespace cleanup --- fade.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fade.c b/fade.c index 96ee22c0..ceb91daf 100644 --- 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; } /* -- 2.39.2