Browse Source

editorial: indentation fix

JINMEI Tatuya 14 years ago
parent
commit
89f3a8b45f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/rbtree.h

+ 2 - 2
src/lib/datasrc/rbtree.h

@@ -577,8 +577,8 @@ private:
     ///
     /// Internal searching function.
     ///
-   void dumpTreeHelper(std::ostream& os, const RBNode<T>* node,
-                       unsigned int depth) const;
+    void dumpTreeHelper(std::ostream& os, const RBNode<T>* node,
+                        unsigned int depth) const;
     /// \brief Indentation helper function for dumpTree
     static void indent(std::ostream& os, unsigned int depth);