diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:50:25 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:50:25 +0000 |
commit | 2cb7936efeb419dee520edf652ac3ae464f1d692 (patch) | |
tree | ab78b5c1d48e1e9b9913f3d13fa807967e7c4d0a /libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr | |
parent | bf2897cf455f5d001beee1a33692395fa46677cb (diff) | |
download | bcm5719-llvm-2cb7936efeb419dee520edf652ac3ae464f1d692.tar.gz bcm5719-llvm-2cb7936efeb419dee520edf652ac3ae464f1d692.zip |
Fixing whitespace problems
llvm-svn: 111765
Diffstat (limited to 'libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr')
-rw-r--r-- | libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/move.pass.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp b/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp index 863541abdea..e15c465e8d9 100644 --- a/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp +++ b/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp @@ -126,5 +126,5 @@ int main() assert(G::n_alive == 0); assert(G::op_run); } -#endif +#endif // _LIBCPP_HAS_NO_VARIADICS } diff --git a/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/move.pass.cpp b/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/move.pass.cpp index a8e7a9f19a8..a28fd69f8cd 100644 --- a/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/move.pass.cpp +++ b/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/move.pass.cpp @@ -64,5 +64,5 @@ int main() assert(G::n_alive == 0); assert(G::op_run); } -#endif +#endif // _LIBCPP_MOVE } |