From d6bc83ee3adc13c9ffe2a972c00061d02c7345a7 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 20 Dec 2011 10:14:47 +0100 Subject: Fix indents and leading whitespace --- src/config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 34ccc90..e9b5ba1 100644 --- a/src/config.c +++ b/src/config.c @@ -175,9 +175,9 @@ config_init(struct config *cfg) break; } if (error) { - g_printerr("Failed to open config file: %s\n", - error->message); - return -1; + g_printerr("Failed to open config file: %s\n", + error->message); + return -1; } if (read_settings(cfg) < 0) -- cgit