forked from qt-creator/qt-creator
Debugger: Indentation fix
Change-Id: If79779f6fee6302b5ac94a4a4068ca52a247bf08 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -481,7 +481,7 @@ bool parseCdbDisassemblerFunctionLine(const QString &l,
|
||||
const int linePos = l.indexOf(QLatin1String(" @ "), filePos + 1);
|
||||
if (linePos == -1)
|
||||
return false;
|
||||
*sourceFile = l.mid(filePos + 1, linePos - filePos - 1).trimmed();
|
||||
*sourceFile = l.mid(filePos + 1, linePos - filePos - 1).trimmed();
|
||||
if (debugDisAsm)
|
||||
qDebug() << "Function with source: " << l << currentFunction
|
||||
<< functionOffset << sourceFile;
|
||||
|
||||
Reference in New Issue
Block a user