[llvm] 1d67909 - [NFC] remove excessive whitespace.
    Florian Mayer via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb  2 13:35:51 PST 2022
    
    
  
Author: Florian Mayer
Date: 2022-02-02T13:35:33-08:00
New Revision: 1d679097da9deba627fa2bbfc96d5657495056df
URL: https://github.com/llvm/llvm-project/commit/1d679097da9deba627fa2bbfc96d5657495056df
DIFF: https://github.com/llvm/llvm-project/commit/1d679097da9deba627fa2bbfc96d5657495056df.diff
LOG: [NFC] remove excessive whitespace.
Added: 
    
Modified: 
    llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Removed: 
    
################################################################################
diff  --git a/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp b/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
index b664e6a4f9c0..6f10862d1855 100644
--- a/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
+++ b/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
@@ -1329,8 +1329,6 @@ bool HWAddressSanitizer::instrumentLandingPads(
   return true;
 }
 
-
-
 bool HWAddressSanitizer::instrumentStack(
     bool ShouldDetectUseAfterScope,
     MapVector<AllocaInst *, AllocaInfo> &AllocasToInstrument,
        
    
    
More information about the llvm-commits
mailing list