From 7e3cf5f461eb4fbb7581672bf0835da07c378136 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 31 Oct 2019 13:03:48 +0100 Subject: tighten formatting rules --- src/set/gnunet-service-set_union.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/set/gnunet-service-set_union.c') diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c index ca4ef2092..87c6faf98 100644 --- a/src/set/gnunet-service-set_union.c +++ b/src/set/gnunet-service-set_union.c @@ -2168,8 +2168,7 @@ handle_union_p2p_done (void *cls, * We should notify the active peer once * all our demands are satisfied, so that the active * peer can quit if we gave it everything. - */ - GNUNET_CADET_receive_done (op->channel); + */GNUNET_CADET_receive_done (op->channel); maybe_finish (op); return; @@ -2182,8 +2181,7 @@ handle_union_p2p_done (void *cls, * * We'll close the channel * to the other peer once our demands are met. - */ - op->state->phase = PHASE_FINISH_CLOSING; + */op->state->phase = PHASE_FINISH_CLOSING; GNUNET_CADET_receive_done (op->channel); maybe_finish (op); return; @@ -2195,6 +2193,7 @@ handle_union_p2p_done (void *cls, } } + /** * Handle a over message from a remote peer * -- cgit v1.2.3