aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_tun.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/util/test_tun.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/util/test_tun.c')
-rw-r--r--src/util/test_tun.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util/test_tun.c b/src/util/test_tun.c
index ecb3dd664..ad4a5c19e 100644
--- a/src/util/test_tun.c
+++ b/src/util/test_tun.c
@@ -63,8 +63,10 @@ test_udp (size_t pll,
63 } 63 }
64} 64}
65 65
66int main (int argc, 66
67 char **argv) 67int
68main (int argc,
69 char **argv)
68{ 70{
69 test_udp (4, 3, 22439); 71 test_udp (4, 3, 22439);
70 test_udp (4, 1, 23467); 72 test_udp (4, 1, 23467);