diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:15:28 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:15:28 +0000 |
commit | 8f2f7e7c797e290a731b76a33427d5ac1c1a5e3b (patch) | |
tree | 5c76412fdda84c0374294c922f1480ed1effeaca /libcxx/test/containers/associative/set/emplace_hint.pass.cpp | |
parent | 664ae8118ea09fd6aec69eb34dc93f5573fdcb99 (diff) | |
download | bcm5719-llvm-8f2f7e7c797e290a731b76a33427d5ac1c1a5e3b.tar.gz bcm5719-llvm-8f2f7e7c797e290a731b76a33427d5ac1c1a5e3b.zip |
Fixing whitespace problems
llvm-svn: 111755
Diffstat (limited to 'libcxx/test/containers/associative/set/emplace_hint.pass.cpp')
-rw-r--r-- | libcxx/test/containers/associative/set/emplace_hint.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/associative/set/emplace_hint.pass.cpp b/libcxx/test/containers/associative/set/emplace_hint.pass.cpp index d17603a8844..faa7e1d7d72 100644 --- a/libcxx/test/containers/associative/set/emplace_hint.pass.cpp +++ b/libcxx/test/containers/associative/set/emplace_hint.pass.cpp @@ -67,5 +67,5 @@ int main() assert(m.size() == 1); assert(*r == 2); } -#endif +#endif // _LIBCPP_MOVE } |