mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T536, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
963ac03be0
commit
f50bb23020
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user