[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -missing cosmetic newlines
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -missing cosmetic newlines |
Date: |
Wed, 28 Jul 2021 21:24:01 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new d4d9f8aae -missing cosmetic newlines
d4d9f8aae is described below
commit d4d9f8aae74ca9d88b168b6a4585453859fabf01
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jul 28 21:20:41 2021 +0200
-missing cosmetic newlines
---
src/util/configuration.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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,
return mem;
}
+
char *
GNUNET_CONFIGURATION_serialize_diagnostics (const struct
GNUNET_CONFIGURATION_Handle *cfg)
@@ -1201,7 +1202,7 @@ GNUNET_CONFIGURATION_serialize_diagnostics (const struct
if (sec->inaccessible)
{
GNUNET_buffer_write_fstr (&buf,
- "# <section contents inaccessible>\n\n");
+ "# <section contents inaccessible>\n\n\n");
continue;
}
for (struct ConfigEntry *ent = sec->entries;
@@ -1242,6 +1243,7 @@ GNUNET_CONFIGURATION_serialize_diagnostics (const struct
return GNUNET_buffer_reap_str (&buf);
}
+
enum GNUNET_GenericReturnValue
GNUNET_CONFIGURATION_write (struct GNUNET_CONFIGURATION_Handle *cfg,
const char *filename)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: -missing cosmetic newlines,
gnunet <=