[mlpack] 33/207: Fix a space I missed.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 9925e3adb6d37cdf2f842fdc338a14fda41ed71a
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Feb 10 13:02:06 2017 -0500

    Fix a space I missed.
---
 src/mlpack/methods/range_search/rs_model_impl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/range_search/rs_model_impl.hpp b/src/mlpack/methods/range_search/rs_model_impl.hpp
index 4a44a56..f244719 100644
--- a/src/mlpack/methods/range_search/rs_model_impl.hpp
+++ b/src/mlpack/methods/range_search/rs_model_impl.hpp
@@ -247,7 +247,7 @@ inline const arma::mat& RSModel::Dataset() const
 
 inline bool RSModel::SingleMode() const
 {
- return boost::apply_visitor(SingleModeVisitor(), rSearch);
+  return boost::apply_visitor(SingleModeVisitor(), rSearch);
 }
 
 inline bool& RSModel::SingleMode()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list