diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2014-10-18 11:03:33 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2014-10-18 11:03:33 +0000 |
| commit | c8528b5001f121449470d57caa7bc06cc81e7bfc (patch) | |
| tree | 4a1431fb5184d0d2bb6b227ecdb789e6b5b491c2 /libcxx/test/utilities/optional/optional.hash | |
| parent | be9dccd64d25227832f9cf0c1775acfa072be529 (diff) | |
| download | bcm5719-llvm-c8528b5001f121449470d57caa7bc06cc81e7bfc.tar.gz bcm5719-llvm-c8528b5001f121449470d57caa7bc06cc81e7bfc.zip | |
Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionality change
llvm-svn: 220142
Diffstat (limited to 'libcxx/test/utilities/optional/optional.hash')
| -rw-r--r-- | libcxx/test/utilities/optional/optional.hash/hash.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/utilities/optional/optional.hash/hash.pass.cpp b/libcxx/test/utilities/optional/optional.hash/hash.pass.cpp index ca23d78c531..9e5fb55c833 100644 --- a/libcxx/test/utilities/optional/optional.hash/hash.pass.cpp +++ b/libcxx/test/utilities/optional/optional.hash/hash.pass.cpp @@ -20,7 +20,7 @@ int main() { #if _LIBCPP_STD_VER > 11 - using std::experimental::optional; + using std::experimental::optional; { typedef int T; |

