[mlpack-git] master: Fix spacing. (0b4d556)

gitdub at mlpack.org gitdub at mlpack.org
Wed Sep 28 10:57:15 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/9ef7339d40550a974b3939e9fcb966fac2c09065...ebdb5abeaa3fd621a06ae663862bb72df76d2b40

>---------------------------------------------------------------

commit 0b4d556e241c60ae4e9c80c5e95927fe9b31d688
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Sep 28 10:57:15 2016 -0400

    Fix spacing.


>---------------------------------------------------------------

0b4d556e241c60ae4e9c80c5e95927fe9b31d688
 src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp b/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
index 5d858e3..97570d8 100644
--- a/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
@@ -448,7 +448,7 @@ template<typename MetricType,
          template<typename SplitBoundType, typename SplitMatType>
              class SplitType>
 BinarySpaceTree<MetricType, StatisticType, MatType, BoundType, SplitType>::
-  ~BinarySpaceTree()
+    ~BinarySpaceTree()
 {
   delete left;
   delete right;




More information about the mlpack-git mailing list