From: Christian Grothoff Date: Mon, 25 Jun 2018 18:14:02 +0000 (+0200) Subject: indent X-Git-Tag: v0.11.0~346 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=04552e08550c4719a4ebe2e3e16be8bece46d8be;p=oweals%2Fgnunet.git indent --- diff --git a/src/util/gnunet-config.c b/src/util/gnunet-config.c index 532a5a0d6..4528bbe24 100644 --- a/src/util/gnunet-config.c +++ b/src/util/gnunet-config.c @@ -102,9 +102,9 @@ print_option (void *cls, else { fprintf (stdout, - "%s = %s\n", - option, - value); + "%s = %s\n", + option, + value); } }