[mlpack-svn] master: Simple spacing fix. (419b9cd)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Jan 1 19:10:33 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/6543eebbf7b72a692679414b3f51043cb17cbc72...10d90d03c8e6bfa272429f22ce051267a65ef3da

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

commit 419b9cdb3dc56bd66a2187eeeaee7ed5a1e85455
Author: ryan <ryan at ratml.org>
Date:   Thu Jan 1 18:39:42 2015 -0500

    Simple spacing fix.


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

419b9cdb3dc56bd66a2187eeeaee7ed5a1e85455
 src/mlpack/core/util/save_restore_utility.hpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/core/util/save_restore_utility.hpp b/src/mlpack/core/util/save_restore_utility.hpp
index 4e99991..7a68cb1 100644
--- a/src/mlpack/core/util/save_restore_utility.hpp
+++ b/src/mlpack/core/util/save_restore_utility.hpp
@@ -126,15 +126,14 @@ class SaveRestoreUtility
 
  private:
   /**
-  * WriteFile creates XML tree recursively.
-  */
+   * WriteFile creates XML tree recursively.
+   */
   void WriteFile(xmlNode* n);
 
   /**
    * ReadFile reads an XML tree recursively.
    */
   void ReadFile(xmlNode* n);
-
 };
 
 //! Specialization for arma::vec.




More information about the mlpack-svn mailing list