BIND 10 trac2218_2, updated. 7e2522e4177ca26bd511395be02f35c96335bcd0 [2218] Untabify

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


The branch, trac2218_2 has been updated
       via  7e2522e4177ca26bd511395be02f35c96335bcd0 (commit)
      from  d0a83e52167113c55010a44d69e8b540d9bbd00b (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 7e2522e4177ca26bd511395be02f35c96335bcd0
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Sep 26 22:38:15 2012 +0530

    [2218] Untabify

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h
index dfad48b..4b554a6 100644
--- a/src/lib/datasrc/memory/domaintree.h
+++ b/src/lib/datasrc/memory/domaintree.h
@@ -706,7 +706,7 @@ public:
         last_comparison_(other.last_comparison_)
     {
         for (size_t i = 0; i < level_count_; i++) {
-	    nodes_[i] = other.nodes_[i];
+            nodes_[i] = other.nodes_[i];
         }
     }
 
@@ -1766,8 +1766,8 @@ DomainTree<T>::largestNode() const {
         } else if (node->getDown() != NULL) {
             node = node->getDown();
         } else {
-	    break;
-	}
+            break;
+        }
     }
 
     return (node);



More information about the bind10-changes mailing list