Skip to content

Commit f0bb08a

Browse files
committed
Format changes
1 parent 0031352 commit f0bb08a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

strings/base_coroutine_threadpool.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ WINRT_EXPORT namespace winrt
154154
auto canceller = m_canceller.load(std::memory_order_relaxed);
155155
do
156156
{
157-
if (canceller == cancelling_ptr) {
158-
157+
if (canceller == cancelling_ptr)
158+
{
159159
std::this_thread::yield();
160160
canceller = nullptr;
161161
}

0 commit comments

Comments
 (0)