aboutsummaryrefslogtreecommitdiff
path: root/src/tun/test_tun.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/tun/test_tun.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/tun/test_tun.c')
-rw-r--r--src/tun/test_tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tun/test_tun.c b/src/tun/test_tun.c
index 3539fd177..71737d8f0 100644
--- a/src/tun/test_tun.c
+++ b/src/tun/test_tun.c
@@ -56,7 +56,7 @@ test_udp (size_t pll,
56 pll); 56 pll);
57 if (crc != ntohs (udp.crc)) 57 if (crc != ntohs (udp.crc))
58 { 58 {
59 fprintf (stderr, "Got CRC: %u, wanted: %u\n", 59 fprintf (stderr, "Got CRC: %u, wanted: %u\n",
60 ntohs (udp.crc), 60 ntohs (udp.crc),
61 crc); 61 crc);
62 ret = 1; 62 ret = 1;