aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2024-03-27 15:13:05 -0400
committerLouis Dionne <ldionne.2@gmail.com>2024-03-27 15:13:10 -0400
commitc2bdbedf1c2326cb3b38cedf0ee46413d86e2e2c (patch)
treefd842b3b456b383732636f887fed58bc0cdd8dd1
parent6ef829941b38f7e8a28c4cba1ff25cd0ae9f7d3d (diff)
downloadllvm-c2bdbedf1c2326cb3b38cedf0ee46413d86e2e2c.zip
llvm-c2bdbedf1c2326cb3b38cedf0ee46413d86e2e2c.tar.gz
llvm-c2bdbedf1c2326cb3b38cedf0ee46413d86e2e2c.tar.bz2
[libc++][NFC] Remove whitespace that doesn't belong
-rw-r--r--libcxx/utils/libcxx/test/params.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/libcxx/test/params.py b/libcxx/utils/libcxx/test/params.py
index 695e011..5e42562 100644
--- a/libcxx/utils/libcxx/test/params.py
+++ b/libcxx/utils/libcxx/test/params.py
@@ -407,6 +407,6 @@ DEFAULT_PARAMETERS = [
AddFeature('has-clang-tidy'),
AddSubstitution('%{clang-tidy}', exe),
]
- ),
+ ),
]
# fmt: on