[mlpack-git] master: Remove unneeded semicolons at end of namespace. (73a9bd3)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:16:02 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 73a9bd32bb7b66ceef527157c26b8f261d6d6a24
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Feb 9 12:00:19 2015 -0500

    Remove unneeded semicolons at end of namespace.


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

73a9bd32bb7b66ceef527157c26b8f261d6d6a24
 src/mlpack/methods/amf/init_rules/random_init.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/amf/init_rules/random_init.hpp b/src/mlpack/methods/amf/init_rules/random_init.hpp
index eceb0f3..2a5b45f 100644
--- a/src/mlpack/methods/amf/init_rules/random_init.hpp
+++ b/src/mlpack/methods/amf/init_rules/random_init.hpp
@@ -47,7 +47,7 @@ class RandomInitialization
   }
 };
 
-}; // namespace amf
-}; // namespace mlpack
+} // namespace amf
+} // namespace mlpack
 
 #endif



More information about the mlpack-git mailing list