naming
[oweals/gnunet.git] / src / fragmentation / fragmentation.c
index cea33b6526af41c7af7ebbaab3be006c52a1b73a..ef3a57a87b618f7f4f670f88e6c85b3dfcf7b99b 100644 (file)
@@ -152,7 +152,7 @@ transmit_next (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   size = ntohs (fc->msg->size);
   if (bit == size / (fc->mtu - sizeof (struct FragmentHeader)))
     fsize =
-        size % (fc->mtu - sizeof (struct FragmentHeader)) +
+      (size % (fc->mtu - sizeof (struct FragmentHeader))) +
         sizeof (struct FragmentHeader);
   else
     fsize = fc->mtu;