From: Arran Cudbard-Bell Date: Sat, 7 Dec 2019 14:16:24 +0000 (+0700) Subject: Space to tabs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86abc26cf368a46b2b2ff40a72e4b0946bbbf7f2;p=thirdparty%2Ffreeradius-server.git Space to tabs --- diff --git a/src/lib/server/trunk.c b/src/lib/server/trunk.c index ace371b36b5..27f607242d1 100644 --- a/src/lib/server/trunk.c +++ b/src/lib/server/trunk.c @@ -123,7 +123,7 @@ struct fr_trunk_request_s { void *rctx; //!< Resume ctx of the module. - REQUEST *request; //!< The request that we're writing the data on behalf of. + REQUEST *request; //!< The request that we're writing the data on behalf of. fr_trunk_cancel_reason_t cancel_reason; //!< Why this request was cancelled. }; @@ -2553,7 +2553,7 @@ static void trunk_rebalance(fr_trunk_t *trunk) /* * Keep requeuing requests from the connection * at the bottom of the heap until the - * connection at the top if shifted from that + * connection at the top is shifted from that * position. */ while ((fr_heap_peek(trunk->active) == head) &&