Correct braces formatting

This commit is contained in:
Regan Green 2023-10-05 04:33:39 -04:00
parent 5a78e8ef34
commit 641dde6c7b

View File

@ -252,9 +252,7 @@ void MxTransitionManager::SetWaitIndicator(MxVideoPresenter *p_waitIndicator)
if (m_waitIndicator->GetCurrentTickleState() < MxPresenter::TickleState_Streaming) {
m_waitIndicator->Tickle();
}
}
else
{
} else {
// Disable copy rect
m_copyFlags.bit0 = FALSE;
}