BIND 10 trac1568, updated. 04d4d07ea64b5659af0d35a228076c793fec17dd [1568] style fix: folded a long line.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 9 22:40:47 UTC 2012
The branch, trac1568 has been updated
via 04d4d07ea64b5659af0d35a228076c793fec17dd (commit)
from 789114c2d8c26c65cc3fc6f41da021fbb468efff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 04d4d07ea64b5659af0d35a228076c793fec17dd
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Mar 9 13:29:24 2012 -0800
[1568] style fix: folded a long line.
-----------------------------------------------------------------------
Summary of changes:
src/lib/util/buffer.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/util/buffer.h b/src/lib/util/buffer.h
index 2716bc0..084e87a 100644
--- a/src/lib/util/buffer.h
+++ b/src/lib/util/buffer.h
@@ -383,8 +383,8 @@ public:
// fail, we couldn't catch it.
//
// The unproven theory behind this is that throw is heawy enough so it
- // makes the compiler not to inline this thing. With assert, it is below
- // the limit, so it is inlined, the assert is optimised out so it
+ // makes the compiler not to inline this thing. With assert, it is
+ // below the limit, so it is inlined, the assert is optimised out so it
// happens only once before the whole block of accesses, so one access
// is changed to a single instruction (or, possibly, multiple
// consecutive accesses changed to a int-based access).
More information about the bind10-changes
mailing list