[mlpack-git] master: Removes trailing whitespaces at the end of lines. (d1650e4)

gitdub at mlpack.org gitdub at mlpack.org
Sun Jun 5 11:08:19 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/1f562a1aba7ae55475afcc95659511c2b7f694e5...5b8fdce471328f722fcd8c0f22a6d995ce22c98b

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

commit d1650e410c5a0bc66e90abdf14e3d217b0050678
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Tue May 10 17:49:54 2016 +0200

     Removes trailing whitespaces at the end of lines.


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

d1650e410c5a0bc66e90abdf14e3d217b0050678
 src/mlpack/methods/ann/layer/glimpse_layer.hpp    | 0
 src/mlpack/methods/ann/layer/leaky_relu_layer.hpp | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/ann/layer/leaky_relu_layer.hpp b/src/mlpack/methods/ann/layer/leaky_relu_layer.hpp
index b8b391c..9676c49 100644
--- a/src/mlpack/methods/ann/layer/leaky_relu_layer.hpp
+++ b/src/mlpack/methods/ann/layer/leaky_relu_layer.hpp
@@ -134,9 +134,9 @@ class LeakyReLULayer
   //! Modify the delta.
   OutputDataType& Delta() { return delta; }
 
-  //! Get the non zero gradient
+  //! Get the non zero gradient.
   double const& Alpha() const { return alpha; }
-  //! Modify the non zero gradient
+  //! Modify the non zero gradient.
   double& Alpha() { return alpha; }
 
   /**




More information about the mlpack-git mailing list