diff --git a/example/daubechies_wavelets/daubechies_scaling_integer_grid.cpp b/example/daubechies_wavelets/daubechies_scaling_integer_grid.cpp index 393823aff..59b55563c 100644 --- a/example/daubechies_wavelets/daubechies_scaling_integer_grid.cpp +++ b/example/daubechies_wavelets/daubechies_scaling_integer_grid.cpp @@ -173,7 +173,7 @@ int main() << "#ifndef BOOST_MATH_DAUBECHIES_SCALING_INTEGER_GRID_HPP\n" << "#define BOOST_MATH_DAUBECHIES_SCALING_INTEGER_GRID_HPP\n" << "#include \n" - << "#include \n" + << "#include \n" << "#include \n" << "/*\n" << "In order to keep the character count as small as possible and speed up\n" diff --git a/include/boost/math/cstdfloat/cstdfloat_types.hpp b/include/boost/math/cstdfloat/cstdfloat_types.hpp index bc32c71fe..b64276558 100644 --- a/include/boost/math/cstdfloat/cstdfloat_types.hpp +++ b/include/boost/math/cstdfloat/cstdfloat_types.hpp @@ -12,14 +12,14 @@ #ifndef BOOST_MATH_CSTDFLOAT_TYPES_2014_01_09_HPP_ #define BOOST_MATH_CSTDFLOAT_TYPES_2014_01_09_HPP_ - #include + #include #include #include // This is the beginning of the preamble. // In this preamble, the preprocessor is used to query certain - // preprocessor definitions from . Based on the results + // preprocessor definitions from . Based on the results // of these queries, an attempt is made to automatically detect // the presence of built-in floating-point types having specified // widths. These are *thought* to be conformant with IEEE-754, diff --git a/include/boost/math/special_functions/detail/daubechies_scaling_integer_grid.hpp b/include/boost/math/special_functions/detail/daubechies_scaling_integer_grid.hpp index 4adc9f6a8..f680c2b0f 100644 --- a/include/boost/math/special_functions/detail/daubechies_scaling_integer_grid.hpp +++ b/include/boost/math/special_functions/detail/daubechies_scaling_integer_grid.hpp @@ -9,7 +9,7 @@ #ifndef BOOST_MATH_DAUBECHIES_SCALING_INTEGER_GRID_HPP #define BOOST_MATH_DAUBECHIES_SCALING_INTEGER_GRID_HPP #include -#include +#include #include /* In order to keep the character count as small as possible and speed up diff --git a/include/boost/math/special_functions/fpclassify.hpp b/include/boost/math/special_functions/fpclassify.hpp index 47d2a0e79..2c504d7ac 100644 --- a/include/boost/math/special_functions/fpclassify.hpp +++ b/include/boost/math/special_functions/fpclassify.hpp @@ -77,7 +77,7 @@ is used. */ #if defined(_MSC_VER) || defined(BOOST_BORLANDC) -#include +#include #endif #ifdef BOOST_MATH_USE_FLOAT128 #ifdef __has_include diff --git a/test/test_next.cpp b/test/test_next.cpp index 4893336bb..305dd8fee 100644 --- a/test/test_next.cpp +++ b/test/test_next.cpp @@ -22,7 +22,7 @@ #if !defined(_CRAYC) && !defined(__CUDACC__) && (!defined(__GNUC__) || (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 3))) #if (defined(_M_IX86_FP) && (_M_IX86_FP >= 2)) || defined(__SSE2__) || defined(TEST_SSE2) -#include +#include #include "xmmintrin.h" #define TEST_SSE2 #endif