From 38dce6f3b811784412a6ffa696ba57aaeece2608 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sun, 20 Jan 2008 10:06:10 +0100 Subject: [PATCH] Style fixes --- lib/myopt.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/myopt.c b/lib/myopt.c index a5262c20..322c2ef9 100644 --- a/lib/myopt.c +++ b/lib/myopt.c @@ -223,9 +223,13 @@ void loadfilter(char *fn) { } } - if (ferror(file)) ohshite(_("read error in configuration file `%.255s'"), fn); - if (fclose(file)) ohshite(_("error closing configuration file `%.255s'"), fn); + if (ferror(file)) { + ohshite(_("read error in configuration file `%.255s'"), fn); + } + if (fclose(file)) { + ohshite(_("error closing configuration file `%.255s'"), fn); + } } void loadfilters() { -- 2.39.5