forked from qt-creator/qt-creator
Clean up whitespace before EOL
Change-Id: I385544a10b9be66589b0d1a48594128035836c8a Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -556,7 +556,7 @@ again:
|
||||
_validTokenText = true;
|
||||
_tokenText.resize(0);
|
||||
startCode--;
|
||||
while (startCode != _codePtr - 1)
|
||||
while (startCode != _codePtr - 1)
|
||||
_tokenText += *startCode++;
|
||||
|
||||
while (! _char.isNull()) {
|
||||
|
||||
Reference in New Issue
Block a user