Skip to content

Commit

Permalink
Merge pull request xbmc#7645 from mkortstiege/cosmetics
Browse files Browse the repository at this point in the history
[dialog] fix indentation
  • Loading branch information
mkortstiege committed Jul 28, 2015
2 parents 97e423c + 837c4b1 commit b56e200
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions xbmc/guilib/GUIDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,15 @@ void CGUIDialog::Open_Internal(bool bProcessRenderLoop)
// process render loop
if (bProcessRenderLoop)
{
if (!m_windowLoaded)
Close(true);
if (!m_windowLoaded)
Close(true);

lock.Leave();
lock.Leave();

while (m_active && !g_application.m_bStop)
{
g_windowManager.ProcessRenderLoop();
}
while (m_active && !g_application.m_bStop)
{
g_windowManager.ProcessRenderLoop();
}
}
}

Expand Down

0 comments on commit b56e200

Please sign in to comment.