[libcxx-commits] [libcxxabi] 3f05a48 - [libc++abi] NFC: Fix indentation
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 16 09:43:05 PDT 2020
Author: Louis Dionne
Date: 2020-07-16T12:42:43-04:00
New Revision: 3f05a4853ebda5621a082eb55ae81859ee5f5b27
URL: https://github.com/llvm/llvm-project/commit/3f05a4853ebda5621a082eb55ae81859ee5f5b27
DIFF: https://github.com/llvm/llvm-project/commit/3f05a4853ebda5621a082eb55ae81859ee5f5b27.diff
LOG: [libc++abi] NFC: Fix indentation
Added:
Modified:
libcxxabi/test/guard_threaded_test.pass.cpp
Removed:
################################################################################
diff --git a/libcxxabi/test/guard_threaded_test.pass.cpp b/libcxxabi/test/guard_threaded_test.pass.cpp
index 0dc911c73a49..d562b4851afe 100644
--- a/libcxxabi/test/guard_threaded_test.pass.cpp
+++ b/libcxxabi/test/guard_threaded_test.pass.cpp
@@ -36,7 +36,7 @@ constexpr int TestSamples = 50;
void BusyWait() {
- std::this_thread::yield();
+ std::this_thread::yield();
}
void YieldAfterBarrier() {
More information about the libcxx-commits
mailing list