[mlpack-git] master: Remove tab character; reformat. (efffb9f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 9 14:37:15 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/cec4ac427536cbd9738a33e0c6facabeeadd31b0...4a39d474593067343b4972d4a5217bcfae84ca5d

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

commit efffb9f0b6ec277a769a26ce6dbfa403b80b2b86
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Dec 8 11:15:02 2015 -0500

    Remove tab character; reformat.


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

efffb9f0b6ec277a769a26ce6dbfa403b80b2b86
 src/mlpack/methods/neighbor_search/ns_model.hpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/methods/neighbor_search/ns_model.hpp b/src/mlpack/methods/neighbor_search/ns_model.hpp
index 8fae63b..6448b17 100644
--- a/src/mlpack/methods/neighbor_search/ns_model.hpp
+++ b/src/mlpack/methods/neighbor_search/ns_model.hpp
@@ -65,7 +65,9 @@ class NSModel
                                 metric::EuclideanDistance,
                                 arma::mat,
                                 TreeType,
-	                             TreeType<metric::EuclideanDistance, NeighborSearchStat<SortPolicy>,arma::mat>::template DualTreeTraverser>;
+                                TreeType<metric::EuclideanDistance,
+                                    NeighborSearchStat<SortPolicy>,
+                                    arma::mat>::template DualTreeTraverser;
 
   // Only one of these pointers will be non-NULL.
   NSType<tree::KDTree>* kdTreeNS;



More information about the mlpack-git mailing list