[mlpack-git] master: Split line. (02fb618)

gitdub at mlpack.org gitdub at mlpack.org
Tue Aug 16 21:10:27 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/0f4b25acd6aaa14294c044874ba6cc0751712baa...0a19d07bd39e6223991976474bc79671ba8aa0f0

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

commit 02fb6188543a48e705d47136e87a1d0635cc4816
Author: MarcosPividori <marcos.pividori at gmail.com>
Date:   Tue Aug 16 22:10:27 2016 -0300

    Split line.


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

02fb6188543a48e705d47136e87a1d0635cc4816
 src/mlpack/methods/neighbor_search/spill_search_rules.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/neighbor_search/spill_search_rules.hpp b/src/mlpack/methods/neighbor_search/spill_search_rules.hpp
index f7d7085..a87578c 100644
--- a/src/mlpack/methods/neighbor_search/spill_search_rules.hpp
+++ b/src/mlpack/methods/neighbor_search/spill_search_rules.hpp
@@ -35,8 +35,8 @@ template<typename StatisticType,
 class NeighborSearchRules<SortPolicy, MetricType, tree::SpillTree<MetricType,
     StatisticType, MatType, HyperplaneType, SplitType>>
 {
-  typedef tree::SpillTree<MetricType, StatisticType, MatType, HyperplaneType, SplitType>
-      TreeType;
+  typedef tree::SpillTree<MetricType, StatisticType, MatType, HyperplaneType,
+      SplitType> TreeType;
  public:
   /**
    * Construct the NeighborSearchRules object.  This is usually done from within




More information about the mlpack-git mailing list