From 629db841745f764843501f4a46be2ea810d2c1ce Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 6 Jul 2012 16:17:39 +0000 Subject: [PATCH] Fix file line ending. Fixes #7062. Fixes #7097. [SVN r79317] --- include/boost/math/special_functions/hankel.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/math/special_functions/hankel.hpp b/include/boost/math/special_functions/hankel.hpp index a0852ee4a..f322bacd3 100644 --- a/include/boost/math/special_functions/hankel.hpp +++ b/include/boost/math/special_functions/hankel.hpp @@ -175,4 +175,5 @@ inline std::complex >: }} // namespaces -#endif // BOOST_MATH_HANKEL_HPP \ No newline at end of file +#endif // BOOST_MATH_HANKEL_HPP +