| commit | 324bb03bb94f67ae7f9092810e4e4f6bd8bf506e | [log] [tgz] |
|---|---|---|
| author | Howard Hinnant <hhinnant@apple.com> | Sun Aug 22 00:02:43 2010 +0000 |
| committer | Howard Hinnant <hhinnant@apple.com> | Sun Aug 22 00:02:43 2010 +0000 |
| tree | 30aec932e805f3f0e63f5207bc7df3401b8f0b36 | |
| parent | 92172b891fabc4d92cc6fa32b1c70d7d926571fa [diff] [blame] |
Fixing whitespace problems git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111750 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/iosfwd b/include/iosfwd index 32f679e..a4d3f38 100644 --- a/include/iosfwd +++ b/include/iosfwd
@@ -158,7 +158,7 @@ #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS typedef fpos<mbstate_t> u16streampos; typedef fpos<mbstate_t> u32streampos; -#endif +#endif // _LIBCPP_HAS_NO_UNICODE_CHARS typedef long long streamoff; // for char_traits in <string>