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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Sun Dec 13 23:04:08 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/672786f499b8cc48ab1722de4544c1dc03af988a...7467dd42adfc64b8c7e4107f361c3245728e99e5

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

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

    Remove tab character; reformat.


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

b597aa4c1be812d632a179c4b349980908b3bb09
 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