]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2218] style fix: combine two short lines
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 25 Sep 2012 17:56:19 +0000 (10:56 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 25 Sep 2012 17:56:19 +0000 (10:56 -0700)
src/lib/datasrc/memory/domaintree.h

index 96a4870c9c9ae3cb2d86e1b34aba731f97b0068d..89db0c77fd521547aff0be4910770870eb54a92d 100644 (file)
@@ -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<T>*
-    largestNode() const;
+    const DomainTreeNode<T>* largestNode() const;
 
     /// \brief Get the total number of nodes in the tree
     ///