From: JINMEI Tatuya Date: Tue, 25 Sep 2012 17:56:19 +0000 (-0700) Subject: [2218] style fix: combine two short lines X-Git-Tag: trac2351_base~37^2~1^2~3^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58388f2e53b8428f0ecb5936d9d6c076b2003203;p=thirdparty%2Fkea.git [2218] style fix: combine two short lines --- diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h index 96a4870c9c..89db0c77fd 100644 --- a/src/lib/datasrc/memory/domaintree.h +++ b/src/lib/datasrc/memory/domaintree.h @@ -1307,8 +1307,7 @@ public: /// /// \return A \c DomainTreeNode that is the largest node in the /// tree. If there are no nodes, then \c NULL is returned. - const DomainTreeNode* - largestNode() const; + const DomainTreeNode* largestNode() const; /// \brief Get the total number of nodes in the tree ///