Browse Source

[2218] style fix: combine two short lines

JINMEI Tatuya 12 years ago
parent
commit
58388f2e53
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/datasrc/memory/domaintree.h

+ 1 - 2
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<T>*
-    largestNode() const;
+    const DomainTreeNode<T>* largestNode() const;
 
     /// \brief Get the total number of nodes in the tree
     ///