gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33618 - gnunet/src/dv


From: gnunet
Subject: [GNUnet-SVN] r33618 - gnunet/src/dv
Date: Tue, 10 Jun 2014 00:04:27 +0200

Author: grothoff
Date: 2014-06-10 00:04:27 +0200 (Tue, 10 Jun 2014)
New Revision: 33618

Modified:
   gnunet/src/dv/plugin_transport_dv.c
Log:
-code beautification

Modified: gnunet/src/dv/plugin_transport_dv.c
===================================================================
--- gnunet/src/dv/plugin_transport_dv.c 2014-06-09 22:04:11 UTC (rev 33617)
+++ gnunet/src/dv/plugin_transport_dv.c 2014-06-09 22:04:27 UTC (rev 33618)
@@ -649,11 +649,16 @@
 {
   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);
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]