-remove trailing whitespace
[oweals/gnunet.git] / src / fragmentation / test_fragmentation.c
index 2a30d7d93e716cd373cfca58168f67d978d085f4..c41272d4206af60ad64f75d8c319b7b56917ee57 100644 (file)
@@ -213,8 +213,8 @@ run (void *cls, char *const *args, const char *cfgfile,
         htons (sizeof (struct GNUNET_MessageHeader) + (17 * i) % (32 * 1024));
     frags[i] = GNUNET_FRAGMENT_context_create (NULL /* no stats */ ,
                                                MTU, &trackers[i],
-                                               GNUNET_TIME_UNIT_MILLISECONDS, 
-                                               GNUNET_TIME_UNIT_SECONDS, 
+                                               GNUNET_TIME_UNIT_MILLISECONDS,
+                                               GNUNET_TIME_UNIT_SECONDS,
                                               msg,
                                                &proc_frac, &frags[i]);
   }