From: JINMEI Tatuya Date: Wed, 26 Sep 2012 17:03:25 +0000 (-0700) Subject: [2218] minor style fix: untabify X-Git-Tag: trac2351_base~37^2~1^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a83e52167113c55010a44d69e8b540d9bbd00b;p=thirdparty%2Fkea.git [2218] minor style fix: untabify --- diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h index b87a8ccfe1..dfad48b864 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& 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];