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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits