aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2013-10-07 18:47:57 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2013-10-07 18:47:57 +0000
commitcbed3d538bc9ba1faf4d26d671f2cad8d51cd735 (patch)
tree89ae4280d7031ae916a6c60fdeece490b9c28985
parentae7727e8f251d2d6698141f8950275dd707842c0 (diff)
-shorter line
git-svn-id: https://gnunet.org/svn/gnunet@29941 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r--src/topology/friends.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/topology/friends.c b/src/topology/friends.c
index d12d711d37..81f00c6677 100644
--- a/src/topology/friends.c
+++ b/src/topology/friends.c
@@ -48,7 +48,10 @@ GNUNET_FRIENDS_parse (const struct GNUNET_CONFIGURATION_Handle *cfg,
uint64_t fsize;
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_filename (cfg, "TOPOLOGY", "FRIENDS", &fn))
+ GNUNET_CONFIGURATION_get_value_filename (cfg,
+ "TOPOLOGY",
+ "FRIENDS",
+ &fn))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"topology", "FRIENDS");