Update plibc header
[oweals/gnunet.git] / src / util / test_server_mst_interrupt.c
index cfd8915222a28b005565a52317ae89f7ec2a34b7..4cc5e95b4c64e319eba599689adc5a18b536eb64 100644 (file)
@@ -50,8 +50,8 @@ main (int argc, char *argv[])
   msg[0].size = htons (sizeof (msg));
   msg[0].type = htons (sizeof (GNUNET_MESSAGE_TYPE_DUMMY));
   mst = GNUNET_SERVER_mst_create(mst_cb, NULL);
-  GNUNET_SERVER_mst_receive (mst, &id,  
-                            (const char *) &msg, 2 * sizeof (msg), 
+  GNUNET_SERVER_mst_receive (mst, &id,
+                            (const char *) &msg, 2 * sizeof (msg),
                             GNUNET_NO, GNUNET_NO);
   /* If we reach this line, it did not crash */
   return 0;