indenting
authorChristian Grothoff <christian@grothoff.org>
Mon, 30 May 2011 15:32:36 +0000 (15:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 30 May 2011 15:32:36 +0000 (15:32 +0000)
src/transport/transport_api.c

index 1a2cf4035966188556724fa6d83e1ac43bdae1a9..7db7d3accfb9bca9037c726cb0dd72dea13f72d0 100644 (file)
@@ -1246,8 +1246,7 @@ neighbour_disconnect (struct NeighbourList *n)
   if (h->nd_cb != NULL)
     h->nd_cb (h->cls, &n->id);
   if (n->transmit_stage == TS_NEW)    
-    neighbour_free (n);
-    
+    neighbour_free (n);   
 }
 
 
@@ -1981,7 +1980,6 @@ GNUNET_TRANSPORT_notify_transmit_ready (struct GNUNET_TRANSPORT_Handle
                   "Created neighbour entry for peer `%s'\n",
                   GNUNET_i2s (target));
       n = neighbour_add (handle, target);
-
     }
   if (n == NULL)
     {