BIND 10 trac997, updated. 3f6fb6a54d85ed33bb23aa3988934166b17261c9 [trac997] minor editorial fix: indentation alignment.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 14 17:02:36 UTC 2011
The branch, trac997 has been updated
via 3f6fb6a54d85ed33bb23aa3988934166b17261c9 (commit)
from fe244439fca78ce558073b856dac69290baf67c5 (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 3f6fb6a54d85ed33bb23aa3988934166b17261c9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Jun 14 10:02:20 2011 -0700
[trac997] minor editorial fix: indentation alignment.
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/tests/acl_test.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/tests/acl_test.cc b/src/lib/acl/tests/acl_test.cc
index 1c32d31..e7e871b 100644
--- a/src/lib/acl/tests/acl_test.cc
+++ b/src/lib/acl/tests/acl_test.cc
@@ -105,7 +105,7 @@ public:
size_t next_check_;
shared_ptr<Check<Log> > getCheck(bool accepts) {
return (shared_ptr<Check<Log> >(new ConstCheck(accepts,
- next_check_++)));
+ next_check_++)));
}
};
More information about the bind10-changes
mailing list