diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2014-01-14 10:25:26 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2014-01-14 10:25:26 +0000 |
| commit | 096d6e44fd9586e42c4d06a442172ebd3b752543 (patch) | |
| tree | 8b5e466dcfd1868f2b89e401ef370528ad8a9a58 /clang/lib/Basic | |
| parent | d07c2ee99eb547f82dcf72fb95899be8297712bb (diff) | |
| download | bcm5719-llvm-096d6e44fd9586e42c4d06a442172ebd3b752543.tar.gz bcm5719-llvm-096d6e44fd9586e42c4d06a442172ebd3b752543.zip | |
Remove trailing spaces
llvm-svn: 199199
Diffstat (limited to 'clang/lib/Basic')
| -rw-r--r-- | clang/lib/Basic/Version.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Basic/Version.cpp b/clang/lib/Basic/Version.cpp index bad53b1ca7f..ae32c011396 100644 --- a/clang/lib/Basic/Version.cpp +++ b/clang/lib/Basic/Version.cpp @@ -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 << ' '; |

