[mlpack-git] master: Remove tab character. (750d0e6)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Feb 6 16:19:06 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/5b8b88c95e161efd977709c303861b9c3b88feb2...dd5d265ac1897b96cc7e98778557a1361415d509

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

commit 750d0e6a1240e1be2c9895d9bad607e6f3565264
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Feb 6 16:06:14 2015 -0500

    Remove tab character.


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

750d0e6a1240e1be2c9895d9bad607e6f3565264
 src/mlpack/core/util/save_restore_utility.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/util/save_restore_utility.cpp b/src/mlpack/core/util/save_restore_utility.cpp
index 01e3d38..2c0435f 100644
--- a/src/mlpack/core/util/save_restore_utility.cpp
+++ b/src/mlpack/core/util/save_restore_utility.cpp
@@ -65,7 +65,7 @@ bool SaveRestoreUtility::WriteFile(const std::string& filename)
 void SaveRestoreUtility::WriteFile(xmlNode* n)
 {
   for (std::map<std::string, std::string>::reverse_iterator it =
-	    parameters.rbegin(); it != parameters.rend(); ++it)
+       parameters.rbegin(); it != parameters.rend(); ++it)
   {
     xmlNewChild(n, NULL, BAD_CAST(*it).first.c_str(),
         BAD_CAST(*it).second.c_str());



More information about the mlpack-git mailing list