-remove trailing whitespace
[oweals/gnunet.git] / src / tun / test_tun.c
index 3539fd177ebe640122bff6ad7316e5b54c855faf..71737d8f04bd7375b0484da74011cb0faf619ea0 100644 (file)
@@ -56,7 +56,7 @@ test_udp (size_t pll,
                                      pll);
   if (crc != ntohs (udp.crc))
   {
-    fprintf (stderr, "Got CRC: %u, wanted: %u\n", 
+    fprintf (stderr, "Got CRC: %u, wanted: %u\n",
             ntohs (udp.crc),
             crc);
     ret = 1;