forked from qt-creator/qt-creator
Cleanup whitespace
Mostly trailing whitespace Change-Id: Ic324d20e8159c9d255895248ce04f25c692daf46 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
752668b5f4
commit
82aa1380f2
@@ -72,7 +72,7 @@ public:
|
||||
|
||||
TranslationUnit *parseStatement(const QByteArray &source)
|
||||
{ return parse(source, TranslationUnit::ParseStatement); }
|
||||
|
||||
|
||||
class Diagnostic: public DiagnosticClient {
|
||||
public:
|
||||
int errorCount;
|
||||
@@ -92,8 +92,8 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
Diagnostic diag;
|
||||
|
||||
Diagnostic diag;
|
||||
|
||||
|
||||
private slots:
|
||||
void initTestCase();
|
||||
|
||||
Reference in New Issue
Block a user