aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/testing/testing.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 362a24af5..3e447e1ff 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -595,8 +595,7 @@ GNUNET_TESTING_reserve_port (struct GNUNET_TESTING_System *system)
595 address families are considered open. 595 address families are considered open.
596 On system with either IPv4 or IPv6. A port is considered open if it's 596 On system with either IPv4 or IPv6. A port is considered open if it's
597 open in the respective address family 597 open in the respective address family
598 */ 598 */hint.ai_family = AF_UNSPEC; /* IPv4 and IPv6 */
599 hint.ai_family = AF_UNSPEC; /* IPv4 and IPv6 */
600 hint.ai_socktype = 0; 599 hint.ai_socktype = 0;
601 hint.ai_protocol = 0; 600 hint.ai_protocol = 0;
602 hint.ai_addrlen = 0; 601 hint.ai_addrlen = 0;