Remove trailing spaces

llvm-svn: 199199
This commit is contained in:
Sylvestre Ledru 2014-01-14 10:25:26 +00:00
parent d07c2ee99e
commit 096d6e44fd
1 changed files with 2 additions and 2 deletions

View File

@ -102,11 +102,11 @@ std::string getClangFullRepositoryVersion() {
OS << Revision;
}
OS << ')';
}
}
// Support LLVM in a separate repository.
std::string LLVMRev = getLLVMRevision();
if (!LLVMRev.empty() && LLVMRev != Revision) {
OS << " (";
OS << " (";
std::string LLVMRepo = getLLVMRepositoryPath();
if (!LLVMRepo.empty())
OS << LLVMRepo << ' ';