indent
authorChristian Grothoff <christian@grothoff.org>
Mon, 25 Jun 2018 18:14:02 +0000 (20:14 +0200)
committerChristian Grothoff <christian@grothoff.org>
Mon, 25 Jun 2018 18:14:02 +0000 (20:14 +0200)
src/util/gnunet-config.c

index 532a5a0d6e481e07733c8cb28c5b9c340c5ff560..4528bbe243129e3b11120212d606c8981bfdf8c8 100644 (file)
@@ -102,9 +102,9 @@ print_option (void *cls,
   else
   {
     fprintf (stdout,
-       "%s = %s\n",
-       option,
-       value);
+            "%s = %s\n",
+            option,
+            value);
   }
 }