[cfe-commits] [libcxx] r150965 - in /libcxx/trunk/include/support/win32: math_win32.h support.h
Bob Wilson
bob.wilson at apple.com
Mon Feb 20 08:56:13 PST 2012
Author: bwilson
Date: Mon Feb 20 10:56:13 2012
New Revision: 150965
URL: http://llvm.org/viewvc/llvm-project?rev=150965&view=rev
Log:
Add missing newlines at EOF.
Modified:
libcxx/trunk/include/support/win32/math_win32.h
libcxx/trunk/include/support/win32/support.h
Modified: libcxx/trunk/include/support/win32/math_win32.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/support/win32/math_win32.h?rev=150965&r1=150964&r2=150965&view=diff
==============================================================================
--- libcxx/trunk/include/support/win32/math_win32.h (original)
+++ libcxx/trunk/include/support/win32/math_win32.h Mon Feb 20 10:56:13 2012
@@ -110,4 +110,4 @@
#endif // _MSC_VER
-#endif // _LIBCPP_SUPPORT_WIN32_MATH_WIN32_H
\ No newline at end of file
+#endif // _LIBCPP_SUPPORT_WIN32_MATH_WIN32_H
Modified: libcxx/trunk/include/support/win32/support.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/support/win32/support.h?rev=150965&r1=150964&r2=150965&view=diff
==============================================================================
--- libcxx/trunk/include/support/win32/support.h (original)
+++ libcxx/trunk/include/support/win32/support.h Mon Feb 20 10:56:13 2012
@@ -112,4 +112,4 @@
#endif // !__clang__
#endif // _MSC_VER
-#endif // _LIBCPP_SUPPORT_WIN32_SUPPORT_H
\ No newline at end of file
+#endif // _LIBCPP_SUPPORT_WIN32_SUPPORT_H
More information about the cfe-commits
mailing list