forked from qt-creator/qt-creator
Clang: Whitespace fixes in translationunit{s}.cpp
Change-Id: I6e9f479023f0993df365b4e2f0d71539e962c278 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
committed by
Marco Bubke
parent
f1300df6b3
commit
210228da1f
@@ -377,4 +377,3 @@ void PrintTo(const TranslationUnit &translationUnit, ::std::ostream *os)
|
||||
}
|
||||
|
||||
} // namespace ClangBackEnd
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@ bool operator==(const TranslationUnit &translationUnit, const FileContainer &fil
|
||||
return fileContainer == translationUnit;
|
||||
}
|
||||
|
||||
|
||||
TranslationUnits::TranslationUnits(ProjectParts &projects, UnsavedFiles &unsavedFiles)
|
||||
: fileSystemWatcher(*this),
|
||||
projectParts(projects),
|
||||
@@ -77,7 +76,6 @@ static bool removeFromFileContainer(QVector<FileContainer> &fileContainers, cons
|
||||
return entryIsRemoved;
|
||||
}
|
||||
|
||||
|
||||
void TranslationUnits::remove(const QVector<FileContainer> &fileContainers)
|
||||
{
|
||||
checkIfProjectPartsExists(fileContainers);
|
||||
@@ -240,4 +238,3 @@ void TranslationUnits::removeTranslationUnits(const QVector<FileContainer> &file
|
||||
}
|
||||
|
||||
} // namespace ClangBackEnd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user