mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T529, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
f363d4f41b
commit
aa47d7bb03
@@ -171,7 +171,7 @@ namespace BlackGui
|
||||
|
||||
bool CColumns::isSortable(int column) const
|
||||
{
|
||||
if (!isValidColumn(column)) return false;
|
||||
if (!isValidColumn(column)) { return false; }
|
||||
return m_columns.at(column).isSortable();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user