[mlpack-git] master: Simple spacing fix. (e6dd3d6)

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


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

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

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

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

    Simple spacing fix.


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

e6dd3d6f09be0aa26e4711ce8347551aee465e6d
 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-git mailing list