]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt41656] line length
authorEvan Hunt <each@isc.org>
Fri, 4 Mar 2016 05:28:21 +0000 (21:28 -0800)
committerMukund Sivaraman <muks@isc.org>
Fri, 4 Mar 2016 07:32:31 +0000 (13:02 +0530)
(cherry picked from commit 6957e9451cc7bf89d44716dfe4266281867e00e5)
(cherry picked from commit d4ed29b019c2a65082f6a31e19b1585683926942)
(cherry picked from commit 1c57a595b116b34dbf0f225748c9031b2b1c9a75)

lib/isc/mem.c

index c16255843b4f8d63634db1e92726a264359a9c63..54d7cde12168f4cf2c001b5b089fe3c3fc2d2d0f 100644 (file)
@@ -1994,8 +1994,8 @@ isc___mempool_get(isc_mempool_t *mpctx0 FLARG) {
 
        if (ISC_UNLIKELY(mpctx->items == NULL)) {
                /*
-                * We need to dip into the well.  Lock the memory context here and
-                * fill up our free list.
+                * We need to dip into the well.  Lock the memory context
+                * here and fill up our free list.
                 */
                MCTXLOCK(mctx, &mctx->lock);
                for (i = 0; i < mpctx->fillcount; i++) {