[clang] aefb81a - Removing some spurious whitespace; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 16 10:14:17 PDT 2021


Author: Aaron Ballman
Date: 2021-09-16T13:14:08-04:00
New Revision: aefb81a33a6d44048186010677eb1c0e6c6cac12

URL: https://github.com/llvm/llvm-project/commit/aefb81a33a6d44048186010677eb1c0e6c6cac12
DIFF: https://github.com/llvm/llvm-project/commit/aefb81a33a6d44048186010677eb1c0e6c6cac12.diff

LOG: Removing some spurious whitespace; NFC

Added: 
    

Modified: 
    clang/lib/CodeGen/CGDebugInfo.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 43c9f8c565da..00ed07ae2fc3 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -385,7 +385,7 @@ llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) {
   } else {
     PresumedLoc PLoc = SM.getPresumedLoc(Loc);
     FileName = PLoc.getFilename();
-    
+
     if (FileName.empty()) {
       FileName = TheCU->getFile()->getFilename();
     } else {


        


More information about the cfe-commits mailing list