[mlpack-git] master: Fix spacing for include warning. (1677a5f)

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


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

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

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

commit 1677a5f9b022aeca48bbe22cd26c7ee0a60d954a
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jan 21 17:10:33 2015 -0500

    Fix spacing for include warning.


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

1677a5f9b022aeca48bbe22cd26c7ee0a60d954a
 src/mlpack/prereqs.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/prereqs.hpp b/src/mlpack/prereqs.hpp
index 50a4f97..66c8ec8 100644
--- a/src/mlpack/prereqs.hpp
+++ b/src/mlpack/prereqs.hpp
@@ -9,7 +9,7 @@
 // First, check if Armadillo was included before, warning if so.
 #ifdef ARMA_INCLUDES
 #pragma message "Armadillo was included before mlpack; this can sometimes cause\
-problems.  It should only be necessary to include <mlpack/core.hpp> and not\
+ problems.  It should only be necessary to include <mlpack/core.hpp> and not \
 <armadillo>."
 #endif
 



More information about the mlpack-git mailing list