indent
authorChristian Grothoff <christian@grothoff.org>
Fri, 2 Jul 2010 21:49:03 +0000 (21:49 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 2 Jul 2010 21:49:03 +0000 (21:49 +0000)
src/transport/plugin_transport_udp.c

index e54479b4fa5d8f8816093da9a9f8389cbbef4db8..582d083dcf1c3f1892af975af822f4688caebbb1 100644 (file)
@@ -1616,9 +1616,10 @@ udp_transport_server_start (void *cls)
           {
             serverAddrv4.sin_port = htons (GNUNET_CRYPTO_random_u32(GNUNET_CRYPTO_QUALITY_STRONG, 33537) + 32000); /* Find a good, non-root port */
 #if DEBUG_UDP
-        GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG,
-                        "udp",
-                        "Binding failed, trying new port %d\n", ntohs(serverAddrv4.sin_port));
+           GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG,
+                            "udp",
+                            "Binding failed, trying new port %d\n", 
+                            ntohs(serverAddrv4.sin_port));
 #endif
           }
         udp_sock.port = ntohs(serverAddrv4.sin_port);