forked from qt-creator/qt-creator
Moved quick-exit check back to the indenter.
Reviewed-by: ckamm
This commit is contained in:
@@ -564,9 +564,6 @@ bool LineInfo::isContinuationLine()
|
||||
|
||||
void LineInfo::initialize(QTextBlock begin, QTextBlock end)
|
||||
{
|
||||
if (begin == end)
|
||||
return;
|
||||
|
||||
yyProgram = Program(begin, end);
|
||||
startLinizer();
|
||||
}
|
||||
|
Reference in New Issue
Block a user