aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-08 16:51:30 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-08 16:51:30 +0000
commitb457e38ca51632f6d51a705859a1a434296729c7 (patch)
tree301749528257a2d834b63a5f7d93c40dc34431b5 /src
parent774467dfa48dea5604aa13ce1358247573dbf79e (diff)
downloadgnunet-b457e38ca51632f6d51a705859a1a434296729c7.tar.gz
gnunet-b457e38ca51632f6d51a705859a1a434296729c7.zip
-indent
Diffstat (limited to 'src')
-rw-r--r--src/util/configuration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 768a8d195..0ddb4fb2f 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -674,7 +674,7 @@ GNUNET_CONFIGURATION_dup (const struct GNUNET_CONFIGURATION_Handle *cfg)
674 */ 674 */
675static struct ConfigSection * 675static struct ConfigSection *
676find_section (const struct GNUNET_CONFIGURATION_Handle *cfg, 676find_section (const struct GNUNET_CONFIGURATION_Handle *cfg,
677 const char *section) 677 const char *section)
678{ 678{
679 struct ConfigSection *pos; 679 struct ConfigSection *pos;
680 680