Skip to content

Commit 5e76f11

Browse files
restyled-commitshyunuktak
authored andcommitted
Restyled by clang-format
1 parent 481a1bc commit 5e76f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platform/Tizen/PlatformManagerImpl.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ void PlatformManagerImpl::_GLibMatterContextInvokeSync(LambdaBridge && bridge)
162162
},
163163
&invokeData, nullptr);
164164

165-
bool isChipStackLocked = PlatformMgr().IsChipStackLockedByCurrentThread() &&
166-
(mState.load(std::memory_order_relaxed) == State::kRunning);
165+
bool isChipStackLocked =
166+
PlatformMgr().IsChipStackLockedByCurrentThread() && (mState.load(std::memory_order_relaxed) == State::kRunning);
167167
if (isChipStackLocked)
168168
{
169169
PlatformMgr().UnlockChipStack();

0 commit comments

Comments
 (0)