From f8d51654b222805ed28a148dbe4ce888eb3f27a2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 May 2011 15:32:36 +0000 Subject: [PATCH] indenting --- src/transport/transport_api.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index 1a2cf4035..7db7d3acc 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -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) { -- 2.25.1