From: Andre Date: Fri, 21 Apr 2006 14:52:00 +0000 (+0200) Subject: fade.c: whitespace cleanup X-Git-Tag: v0.2.12~32 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=inline;h=6fc5ab85f752b9de727c3f3091e7942cac9b0276;p=paraslash.git fade.c: whitespace cleanup --- 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; } /*