[clang] cd92d8d - [clang-format][NFC] Reformat clang/test/Format/lit.local.cfg with black

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 23 21:29:05 PDT 2025


Author: Owen Pan
Date: 2025-04-23T21:28:58-07:00
New Revision: cd92d8db34afd95335697f85a527028fa8309d18

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

LOG: [clang-format][NFC] Reformat clang/test/Format/lit.local.cfg with black

Added: 
    

Modified: 
    clang/test/Format/lit.local.cfg

Removed: 
    


################################################################################
diff  --git a/clang/test/Format/lit.local.cfg b/clang/test/Format/lit.local.cfg
index 20e217664997b..faa4b7f20fbcc 100644
--- a/clang/test/Format/lit.local.cfg
+++ b/clang/test/Format/lit.local.cfg
@@ -21,7 +21,7 @@ config.suffixes = [
     ".textpb",
     ".asciipb",
     ".td",
-    ".test"
+    ".test",
 ]
 
 # AIX '
diff ' command doesn't support --strip-trailing-cr, but the internal
@@ -31,5 +31,5 @@ if platform.system() == "AIX":
 
 # Create an empty .clang-format-ignore file so that tests don't get messed
 # up if one exists higher in the tree
-with open(".clang-format-ignore", 'w'):
+with open(".clang-format-ignore", "w"):
     pass


        


More information about the cfe-commits mailing list