Parcourir la source

editorial: indentation fix

JINMEI Tatuya il y a 14 ans
Parent
commit
89f3a8b45f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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);