]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2218] Untabify
authorMukund Sivaraman <muks@isc.org>
Wed, 26 Sep 2012 17:08:15 +0000 (22:38 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 26 Sep 2012 17:08:15 +0000 (22:38 +0530)
src/lib/datasrc/memory/domaintree.h

index dfad48b8643f727c0c3285be0a97d85379db1ffc..4b554a6a966a284f3a128a91a27fc1087fbe593d 100644 (file)
@@ -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);