aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-25 20:14:02 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-25 20:14:02 +0200
commit04552e08550c4719a4ebe2e3e16be8bece46d8be (patch)
tree0c0033741cd8f5db62117243f5ded2bf185778ff
parent9be428429d2b3a11423df18d3e2d27f24bbe4458 (diff)
downloadgnunet-04552e08550c4719a4ebe2e3e16be8bece46d8be.tar.gz
gnunet-04552e08550c4719a4ebe2e3e16be8bece46d8be.zip
indent
-rw-r--r--src/util/gnunet-config.c6
1 files changed, 3 insertions, 3 deletions
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,
102 else 102 else
103 { 103 {
104 fprintf (stdout, 104 fprintf (stdout,
105 "%s = %s\n", 105 "%s = %s\n",
106 option, 106 option,
107 value); 107 value);
108 } 108 }
109} 109}
110 110