aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-28 21:20:41 +0200
committerFlorian Dold <florian@dold.me>2021-07-28 21:20:41 +0200
commitd4d9f8aae74ca9d88b168b6a4585453859fabf01 (patch)
treea34cccbdc86f7c18be453afab7f1a4989071ee4f /src/util
parentff78b7b4003aa33e05c9f30125afdfff24c98eae (diff)
downloadgnunet-d4d9f8aae74ca9d88b168b6a4585453859fabf01.tar.gz
gnunet-d4d9f8aae74ca9d88b168b6a4585453859fabf01.zip
-missing cosmetic newlines
Diffstat (limited to 'src/util')
-rw-r--r--src/util/configuration.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 1ba9aab05..875a811b3 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -1143,6 +1143,7 @@ GNUNET_CONFIGURATION_serialize (const struct GNUNET_CONFIGURATION_Handle *cfg,
1143 return mem; 1143 return mem;
1144} 1144}
1145 1145
1146
1146char * 1147char *
1147GNUNET_CONFIGURATION_serialize_diagnostics (const struct 1148GNUNET_CONFIGURATION_serialize_diagnostics (const struct
1148 GNUNET_CONFIGURATION_Handle *cfg) 1149 GNUNET_CONFIGURATION_Handle *cfg)
@@ -1201,7 +1202,7 @@ GNUNET_CONFIGURATION_serialize_diagnostics (const struct
1201 if (sec->inaccessible) 1202 if (sec->inaccessible)
1202 { 1203 {
1203 GNUNET_buffer_write_fstr (&buf, 1204 GNUNET_buffer_write_fstr (&buf,
1204 "# <section contents inaccessible>\n\n"); 1205 "# <section contents inaccessible>\n\n\n");
1205 continue; 1206 continue;
1206 } 1207 }
1207 for (struct ConfigEntry *ent = sec->entries; 1208 for (struct ConfigEntry *ent = sec->entries;
@@ -1242,6 +1243,7 @@ GNUNET_CONFIGURATION_serialize_diagnostics (const struct
1242 return GNUNET_buffer_reap_str (&buf); 1243 return GNUNET_buffer_reap_str (&buf);
1243} 1244}
1244 1245
1246
1245enum GNUNET_GenericReturnValue 1247enum GNUNET_GenericReturnValue
1246GNUNET_CONFIGURATION_write (struct GNUNET_CONFIGURATION_Handle *cfg, 1248GNUNET_CONFIGURATION_write (struct GNUNET_CONFIGURATION_Handle *cfg,
1247 const char *filename) 1249 const char *filename)