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

gitdub at mlpack.org gitdub at mlpack.org
Fri May 20 15:38:02 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/986620375ce84cdc75fdfd99f63f17b5c8ee507a...989dd35359ee0c2258616ea57675f639ff47bfaa

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

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