Fixing whitespace problems
llvm-svn: 111751
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 940e211c87ceb6e43bf7a2bfd5df9783ad75ae6c
diff --git a/src/mutex.cpp b/src/mutex.cpp
index fa1e7a0..e187d8c 100644
--- a/src/mutex.cpp
+++ b/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);