]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2218] minor style fix: untabify
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 26 Sep 2012 17:03:25 +0000 (10:03 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 26 Sep 2012 17:03:25 +0000 (10:03 -0700)
src/lib/datasrc/memory/domaintree.h

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