implementing reservations
authorChristian Grothoff <christian@grothoff.org>
Fri, 14 Oct 2011 09:05:24 +0000 (09:05 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 14 Oct 2011 09:05:24 +0000 (09:05 +0000)
src/ats/gnunet-service-ats_reservations.c

index 08764f4d1e36323d7d5dc47cbc720a5d6ef3361a..249e44bfa1b82096a44e7fc03d86b8b9b2456df6 100644 (file)
@@ -116,7 +116,6 @@ GAS_reservations_set_bandwidth (const struct GNUNET_PeerIdentity *peer,
 }
 
 
-
 /**
  * Initialize reservations subsystem.
  */
@@ -156,6 +155,4 @@ GAS_reservations_done ()
   GNUNET_CONTAINER_multihashmap_destroy (trackers);
 }
 
-
-
 /* end of gnunet-service-ats_reservations.c */