From 82d0b13b8f6559c82f4c15e037667d1e2b975821 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 9 Jul 2014 19:16:33 +0200 Subject: [PATCH] main.c: remove trailing whitespace noise --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index b7e5e3a..4a79fb8 100644 --- a/src/main.c +++ b/src/main.c @@ -89,7 +89,7 @@ int main(int argc, char *argv[]) { /* check if path of config file has not been passed via command line */ path = get_config_path(path, pbuf, sizeof(pbuf)); - + if(!quiet) fprintf(stderr, LOG_PREFIX "config file found: %s\n", path); @@ -103,7 +103,7 @@ int main(int argc, char *argv[]) { // search DLL set_own_dir(argv[0]); - + i = 0; while(dll_dirs[i]) {