BIND 10 trac2218_2, updated. d0a83e52167113c55010a44d69e8b540d9bbd00b [2218] minor style fix: untabify

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Sep 26 17:03:32 UTC 2012


The branch, trac2218_2 has been updated
       via  d0a83e52167113c55010a44d69e8b540d9bbd00b (commit)
      from  6a0721cb9647ea09a7ca40174dee6de870829cc5 (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 d0a83e52167113c55010a44d69e8b540d9bbd00b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Sep 26 10:03:25 2012 -0700

    [2218] minor style fix: untabify

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/memory/domaintree.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h
index b87a8cc..dfad48b 100644
--- a/src/lib/datasrc/memory/domaintree.h
+++ b/src/lib/datasrc/memory/domaintree.h
@@ -702,8 +702,8 @@ public:
     /// \exception None
     DomainTreeNodeChain(const DomainTreeNodeChain<T>& other) :
         level_count_(other.level_count_),
-	last_compared_(other.last_compared_),
-	last_comparison_(other.last_comparison_)
+        last_compared_(other.last_compared_),
+        last_comparison_(other.last_comparison_)
     {
         for (size_t i = 0; i < level_count_; i++) {
 	    nodes_[i] = other.nodes_[i];



More information about the bind10-changes mailing list