[libcxx-commits] [libcxx] c2bdbed - [libc++][NFC] Remove whitespace that doesn't belong

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 27 12:13:16 PDT 2024


Author: Louis Dionne
Date: 2024-03-27T15:13:10-04:00
New Revision: c2bdbedf1c2326cb3b38cedf0ee46413d86e2e2c

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

LOG: [libc++][NFC] Remove whitespace that doesn't belong

Added: 
    

Modified: 
    libcxx/utils/libcxx/test/params.py

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/libcxx/test/params.py b/libcxx/utils/libcxx/test/params.py
index 695e01115aa4ba..5e42562ed5db52 100644
--- a/libcxx/utils/libcxx/test/params.py
+++ b/libcxx/utils/libcxx/test/params.py
@@ -407,6 +407,6 @@ def getSuitableClangTidy(cfg):
             AddFeature('has-clang-tidy'),
             AddSubstitution('%{clang-tidy}', exe),
         ]
-     ),
+    ),
 ]
 # fmt: on


        


More information about the libcxx-commits mailing list