[clang] 666906a - [test] Fix indention. NFC.

Michael Kruse via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 25 10:50:37 PDT 2021


Author: Michael Kruse
Date: 2021-08-25T12:48:59-05:00
New Revision: 666906a8032709e59ca6c9fb7b7a5e05cafbd3bf

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

LOG: [test] Fix indention. NFC.

Added: 
    

Modified: 
    clang/test/Preprocessor/skip-empty-lines.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Preprocessor/skip-empty-lines.c b/clang/test/Preprocessor/skip-empty-lines.c
index 6d248d748e29..3f3915ec927b 100644
--- a/clang/test/Preprocessor/skip-empty-lines.c
+++ b/clang/test/Preprocessor/skip-empty-lines.c
@@ -20,7 +20,7 @@ more than 8 empty lines
 
 // Check behavior after varying number of lines without emitted tokens.
 
-// LINEMARKERS:       {{^}}# 1 "{{.*}}skip-empty-lines.c" 2
+// LINEMARKERS:      {{^}}# 1 "{{.*}}skip-empty-lines.c" 2
 // LINEMARKERS-NEXT: {{^}}  int a ;
 // LINEMARKERS-NEXT: {{^}}  int b ;
 // LINEMARKERS-EMPTY:


        


More information about the cfe-commits mailing list