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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Feb 9 13:12:36 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/38ccfcc3c3f7dc34cc4ebb449d4cda7e8bd6e44b...ab9bc6b3bb911c155d706cb11d505e4cace31915

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

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

    Remove unneeded semicolons at end of namespace.


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

ab9bc6b3bb911c155d706cb11d505e4cace31915
 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