From: Christian Grothoff Date: Fri, 2 Jul 2010 21:49:03 +0000 (+0000) Subject: indent X-Git-Tag: initial-import-from-subversion-38251~21033 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=799eb3f87cac181e4bd981fcce5bdcc2eb8a5e92;hp=c910d38cb3a67d29aeee3753a1c9cd6e7d6ccc39;p=oweals%2Fgnunet.git indent --- diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index e54479b4f..582d083dc 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -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);