From 4d43cd194b62ce558511b456098c5cf8d6df878f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Jun 2014 22:04:27 +0000 Subject: -code beautification --- src/dv/plugin_transport_dv.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/dv') diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c index 9e8ef79d2..9a70ada40 100644 --- a/src/dv/plugin_transport_dv.c +++ b/src/dv/plugin_transport_dv.c @@ -649,11 +649,16 @@ dv_plugin_address_pretty_printer (void *cls, const char *type, { if ( (0 == addrlen) && (0 == strcmp (type, "dv")) ) - asc (asc_cls, "dv", GNUNET_OK); + asc (asc_cls, + "dv", + GNUNET_OK); else - asc (asc_cls, NULL, GNUNET_SYSERR); - - asc (asc_cls, NULL, GNUNET_OK); + asc (asc_cls, + NULL, + GNUNET_SYSERR); + asc (asc_cls, + NULL, + GNUNET_OK); } -- cgit v1.2.3