[mlpack-svn] r11565 - mlpack/trunk/src/mlpack/core/tree

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Feb 20 21:22:47 EST 2012


Author: rcurtin
Date: 2012-02-20 21:22:46 -0500 (Mon, 20 Feb 2012)
New Revision: 11565

Modified:
   mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp
Log:
Misplaced space.  The horror!


Modified: mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp	2012-02-21 00:25:15 UTC (rev 11564)
+++ mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp	2012-02-21 02:22:46 UTC (rev 11565)
@@ -241,7 +241,7 @@
   /**
    * Gets the right child of this node.
    */
-  BinarySpaceTree *Right() const;
+  BinarySpaceTree* Right() const;
 
   /**
    * Obtains the number of nodes in the tree, starting with this.




More information about the mlpack-svn mailing list