From 809dba091f6d000ccfab130b2e9891de85ba0ba6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 5 Feb 2007 22:30:48 +0100 Subject: [PATCH] fade.c: [trivial] whitespace cleanup --- fade.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fade.c b/fade.c index 7445aa68..9ba733b3 100644 --- a/fade.c +++ b/fade.c @@ -267,17 +267,17 @@ static void snooze(void) static int configfile_exists(void) { - static char *config_file; + static char *config_file; - if (!args_info.config_file_given) { + if (!args_info.config_file_given) { char *home = para_homedir(); const char *conf = ".paraslash/fade.conf"; free(config_file); config_file = make_message("%s/%s", home, conf); free(home); - args_info.config_file_arg = config_file; - } - return file_exists(args_info.config_file_arg); + args_info.config_file_arg = config_file; + } + return file_exists(args_info.config_file_arg); } -- 2.39.2