]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Space to tabs
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 7 Dec 2019 14:16:24 +0000 (21:16 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 8 Dec 2019 10:02:08 +0000 (17:02 +0700)
src/lib/server/trunk.c

index ace371b36b5471078c72a8791f499a8ae6e1c0ea..27f607242d153e44a770216183790c39f19da886 100644 (file)
@@ -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) &&