forked from qt-creator/qt-creator
QmlJS: Remove redundant white space
Change-Id: Ic999c6ca85b8f5bbbc9d4a808805196006dbe60c Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -246,7 +246,7 @@ StaticAnalysisMessages::StaticAnalysisMessages()
|
|||||||
newMsg(ErrHitMaximumRecursion, Error,
|
newMsg(ErrHitMaximumRecursion, Error,
|
||||||
tr("Hit maximum recursion limit when visiting AST."));
|
tr("Hit maximum recursion limit when visiting AST."));
|
||||||
newMsg(ErrTypeIsInstantiatedRecursively, Error,
|
newMsg(ErrTypeIsInstantiatedRecursively, Error,
|
||||||
tr("Type cannot be instantiated recursively (%1)."), 1);
|
tr("Type cannot be instantiated recursively (%1)."), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // anonymous namespace
|
} // anonymous namespace
|
||||||
|
Reference in New Issue
Block a user