forked from qt-creator/qt-creator
CppTools: Modernize
Change-Id: I78af9cd4ccddfa4ed744dce96b772ae5644c89d2 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -666,7 +666,7 @@ CodeFormatter::State CodeFormatter::state(int belowTop) const
|
||||
if (belowTop < m_currentState.size())
|
||||
return m_currentState.at(m_currentState.size() - 1 - belowTop);
|
||||
else
|
||||
return State();
|
||||
return {};
|
||||
}
|
||||
|
||||
int CodeFormatter::tokenIndex() const
|
||||
|
||||
Reference in New Issue
Block a user