From c77e8e89cf8d5285d6ad27ac08a8aa4878a8b4f9 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 22 Oct 2012 18:12:51 +0000 Subject: [PATCH] Fix stray whitespace in previous commit. Refs #7516. [SVN r81048] --- include/boost/detail/endian.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/endian.hpp b/include/boost/detail/endian.hpp index 6894882..d9ab3a7 100644 --- a/include/boost/detail/endian.hpp +++ b/include/boost/detail/endian.hpp @@ -67,7 +67,7 @@ || defined(__amd64__) || defined(_M_AMD64) \ || defined(__x86_64) || defined(__x86_64__) \ || defined(_M_X64) || defined(__bfin__) \ - || defined(__ARMEL__) \ + || defined(__ARMEL__) \ || (defined(_WIN32) && defined(__ARM__) && defined(_MSC_VER)) // ARM Windows CE don't define anything reasonably unique, but there are no big-endian Windows versions # define BOOST_LITTLE_ENDIAN