diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-02-10 17:32:49 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-02-10 17:32:49 +0000 |
commit | cc2e1ab69cab140b4f48916ced56f32e9529838c (patch) | |
tree | 7b2158237a5a19fac0be324eaa476ce1c48541fa /libcxx/test/support/constexpr_char_traits.hpp | |
parent | 861d0ea2aa3dbb251f3ee0bcc811af5cd629fba6 (diff) | |
download | bcm5719-llvm-cc2e1ab69cab140b4f48916ced56f32e9529838c.tar.gz bcm5719-llvm-cc2e1ab69cab140b4f48916ced56f32e9529838c.zip |
Add pragma system header to some experimental headers and add newlines to files.
llvm-svn: 228712
Diffstat (limited to 'libcxx/test/support/constexpr_char_traits.hpp')
-rw-r--r-- | libcxx/test/support/constexpr_char_traits.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/support/constexpr_char_traits.hpp b/libcxx/test/support/constexpr_char_traits.hpp index a2a690e9e66..b069c90076a 100644 --- a/libcxx/test/support/constexpr_char_traits.hpp +++ b/libcxx/test/support/constexpr_char_traits.hpp @@ -135,4 +135,4 @@ constexpr_char_traits<_CharT>::assign(char_type* __s, size_t __n, char_type __a) return __r; } -#endif // _CONSTEXPR_CHAR_TRAITS
\ No newline at end of file +#endif // _CONSTEXPR_CHAR_TRAITS |