diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:02:43 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:02:43 +0000 |
commit | b3371f6f4909a1e2034c69011d0baa1a39b21d48 (patch) | |
tree | 46a1498f558a86d95ad909e2b075b2ce1ff59070 /libcxx/include/__tuple_03 | |
parent | 86353416a7115dc430b9cd47a1aaeb8f19c34f2c (diff) | |
download | bcm5719-llvm-b3371f6f4909a1e2034c69011d0baa1a39b21d48.tar.gz bcm5719-llvm-b3371f6f4909a1e2034c69011d0baa1a39b21d48.zip |
Fixing whitespace problems
llvm-svn: 111750
Diffstat (limited to 'libcxx/include/__tuple_03')
-rw-r--r-- | libcxx/include/__tuple_03 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__tuple_03 b/libcxx/include/__tuple_03 index 39a3bf5df00..417448b6606 100644 --- a/libcxx/include/__tuple_03 +++ b/libcxx/include/__tuple_03 @@ -22,4 +22,4 @@ template <size_t _Ip, class _Tp> class tuple_element; _LIBCPP_END_NAMESPACE_STD -#endif +#endif // _LIBCPP___TUPLE_03 |