Ref T536, style

This commit is contained in:
Klaus Basan
2019-02-11 04:06:52 +01:00
committed by Mat Sutcliffe
parent 963ac03be0
commit f50bb23020
2 changed files with 2 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ namespace BlackGui
CInfoArea *CEnableForDockWidgetInfoArea::getParentInfoArea() const
{
Q_ASSERT(m_parentDockableInfoArea);
if (!m_parentDockableInfoArea) return nullptr;
if (!m_parentDockableInfoArea) { return nullptr; }
return m_parentDockableInfoArea->getParentInfoArea();
}