]> granicus.if.org Git - clang/commitdiff
Remove trailing spaces
authorSylvestre Ledru <sylvestre@debian.org>
Tue, 14 Jan 2014 10:25:26 +0000 (10:25 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 14 Jan 2014 10:25:26 +0000 (10:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199199 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Version.cpp

index bad53b1ca7f2f3d303a22bc055318afeee5327e0..ae32c011396d0877246ce56073f5abab9e79b9ba 100644 (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 << ' ';