commit | 940e211c87ceb6e43bf7a2bfd5df9783ad75ae6c | [log] [tgz] |
---|---|---|
author | Howard Hinnant <[email protected]> | Sun Aug 22 00:03:27 2010 |
committer | Howard Hinnant <[email protected]> | Sun Aug 22 00:03:27 2010 |
tree | 43c7c28a8644d312e1618bf0c2a7251f8fb9d2f6 | |
parent | b3371f6f4909a1e2034c69011d0baa1a39b21d48 [diff] [blame] |
Fixing whitespace problems llvm-svn: 111751
diff --git a/libcxx/src/mutex.cpp b/libcxx/src/mutex.cpp index fa1e7a0..e187d8c 100644 --- a/libcxx/src/mutex.cpp +++ b/libcxx/src/mutex.cpp
@@ -223,7 +223,7 @@ #ifndef _LIBCPP_NO_EXCEPTIONS try { -#endif +#endif // _LIBCPP_NO_EXCEPTIONS flag = 1; pthread_mutex_unlock(&mut); func(arg); @@ -241,7 +241,7 @@ pthread_cond_broadcast(&cv); throw; } -#endif +#endif // _LIBCPP_NO_EXCEPTIONS } else pthread_mutex_unlock(&mut);