-remove trailing whitespace
[oweals/gnunet.git] / src / transport / gnunet-service-transport.c
index 3adf5b35d469571724da15435e73c66cff46c668..ba88d71f49d3701b03659f758f586ca0a5f006bb 100644 (file)
@@ -281,7 +281,7 @@ GST_receive_callback (void *cls, const struct GNUNET_PeerIdentity *peer,
 end:
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Allowing receive from peer %s to continue in %s\n",
-              GNUNET_i2s (peer), 
+              GNUNET_i2s (peer),
              GNUNET_STRINGS_relative_time_to_string (ret, GNUNET_YES));
   return ret;
 }