[mlpack-git] master: adjust format (e9e7b85)

gitdub at mlpack.org gitdub at mlpack.org
Tue Mar 1 23:25:10 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/a2e57d617e952f1ea2fda8a23e1c6bd2f78beb6d...1bedf15126f6bd0bc93a3233914ac95486a3c0da

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

commit e9e7b85372a3bf0dc7cb5d8803c0603d036c62b2
Author: stereomatchingkiss <stereomatchingkiss at gmail.com>
Date:   Wed Mar 2 12:25:10 2016 +0800

    adjust format


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

e9e7b85372a3bf0dc7cb5d8803c0603d036c62b2
 src/mlpack/core/util/tuple_serialize.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/core/util/tuple_serialize.hpp b/src/mlpack/core/util/tuple_serialize.hpp
index a6f7ebf..0c8c76f 100644
--- a/src/mlpack/core/util/tuple_serialize.hpp
+++ b/src/mlpack/core/util/tuple_serialize.hpp
@@ -5,7 +5,7 @@
 
 #include <string>
 
-namespace boost {
+namespace mlpack {
 namespace serialization {  
  
   template<
@@ -18,7 +18,7 @@ namespace serialization {
   Serialize(Archive& ar, std::tuple<Args...>& t, const unsigned int /* version */)
   {
     ar & data::CreateNVP(std::get<I>(t), "tuple" + std::to_string(I));
-	Serialize<I+1, Max>(ar, t, 0);
+    Serialize<I+1, Max>(ar, t, 0);
   }
   
   template<




More information about the mlpack-git mailing list