[mlpack-git] master: Fix spacing. (50aeb6d)

gitdub at mlpack.org gitdub at mlpack.org
Sat Aug 13 12:28:21 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/a1ec622e331f0de683140420b32aea467f7e254d...50aeb6d229c9a82160ff5c951df19bcd7d6e2274

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

commit 50aeb6d229c9a82160ff5c951df19bcd7d6e2274
Author: Ryan Curtin <ryan at ratml.org>
Date:   Sat Aug 13 12:28:21 2016 -0400

    Fix spacing.


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

50aeb6d229c9a82160ff5c951df19bcd7d6e2274
 src/mlpack/methods/lsh/lsh_search.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/methods/lsh/lsh_search.hpp b/src/mlpack/methods/lsh/lsh_search.hpp
index c5fb11f..902c2af 100644
--- a/src/mlpack/methods/lsh/lsh_search.hpp
+++ b/src/mlpack/methods/lsh/lsh_search.hpp
@@ -354,7 +354,8 @@ class LSHSearch
    * @param scores vector containing score of each perturbation.
   */
   double PerturbationScore(const std::vector<bool>& A,
-                                  const arma::vec& scores) const;
+                           const arma::vec& scores) const;
+
   /**
    * Inline function used by GetAdditionalProbingBins. The vector shift operation
    * replaces the largest element of a vector A with (largest element) + 1.




More information about the mlpack-git mailing list