Skip to content

Commit 609af87

Browse files
committed
Fix formatting
1 parent 2661e37 commit 609af87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ int main(int, char**) {
4343
// happen that we get awoken spuriously and fail to recognize it
4444
// (making this test useless), but the likelihood should be small.
4545
{
46-
std::atomic<bool> ready (false);
47-
std::atomic<bool> likely_spurious (true);
48-
auto timeout = std::chrono::seconds(3600);
46+
std::atomic<bool> ready(false);
47+
std::atomic<bool> likely_spurious(true);
48+
auto timeout = std::chrono::seconds(3600);
4949
std::condition_variable cv;
5050
std::mutex mutex;
5151

0 commit comments

Comments
 (0)