[mlpack-svn] r14103 - mlpack/trunk/src/mlpack/core/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jan 10 10:37:25 EST 2013


Author: rcurtin
Date: 2013-01-10 10:37:25 -0500 (Thu, 10 Jan 2013)
New Revision: 14103

Modified:
   mlpack/trunk/src/mlpack/core/util/string_util.cpp
Log:
Oops; turns out there _was_ a functionality change...


Modified: mlpack/trunk/src/mlpack/core/util/string_util.cpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/string_util.cpp	2013-01-10 15:26:47 UTC (rev 14102)
+++ mlpack/trunk/src/mlpack/core/util/string_util.cpp	2013-01-10 15:37:25 UTC (rev 14103)
@@ -10,7 +10,7 @@
 
 //! A utility function that replaces all all newlines with a number of spaces
 //! depending on the indentation level.
-std::string Indent(std::string input)
+std::string mlpack::util::Indent(std::string input)
 {
   // Tab the first line.
   input.insert(0, 1, ' ');




More information about the mlpack-svn mailing list