From d41b60b2b42114bc7664b016f6be619c46095e59 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Mon, 20 Feb 2012 16:56:13 +0000 Subject: [PATCH] Add missing newlines at EOF. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@150965 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/support/win32/math_win32.h | 2 +- include/support/win32/support.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/support/win32/math_win32.h b/include/support/win32/math_win32.h index 80eabc135..41c50d624 100644 --- a/include/support/win32/math_win32.h +++ b/include/support/win32/math_win32.h @@ -110,4 +110,4 @@ _LIBCPP_ALWAYS_INLINE int fpclassify( double num ) #endif // _MSC_VER -#endif // _LIBCPP_SUPPORT_WIN32_MATH_WIN32_H \ No newline at end of file +#endif // _LIBCPP_SUPPORT_WIN32_MATH_WIN32_H diff --git a/include/support/win32/support.h b/include/support/win32/support.h index 209f72047..0b8a912ac 100644 --- a/include/support/win32/support.h +++ b/include/support/win32/support.h @@ -112,4 +112,4 @@ _LIBCPP_ALWAYS_INLINE int __builtin_clzll( unsigned long long x ) #endif // !__clang__ #endif // _MSC_VER -#endif // _LIBCPP_SUPPORT_WIN32_SUPPORT_H \ No newline at end of file +#endif // _LIBCPP_SUPPORT_WIN32_SUPPORT_H