[NFC][Py Reformat] Reformat python files in libcxx/libcxxabi
commit7bfaa0f09d0564f315ea778023b34b8a113ec740
authorTobias Hieta <tobias@hieta.se>
Wed, 17 May 2023 09:09:29 +0000 (17 11:09 +0200)
committerTobias Hieta <tobias@hieta.se>
Thu, 25 May 2023 09:15:34 +0000 (25 11:15 +0200)
treed1c4fb2b969619dddba3e849b9b977626df34769
parent2ba14283cdce08e03c62e8a1d895f1743300236b
[NFC][Py Reformat] Reformat python files in libcxx/libcxxabi

This is an ongoing series of commits that are reformatting our
Python code.

Reformatting is done with `black`.

If you end up having problems merging this commit because you
have made changes to a python file, the best way to handle that
is to run git checkout --ours <yourfile> and then reformat it
with black.

If you run into any problems, post to discourse about it and
we will try to help.

RFC Thread below:

https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style

Reviewed By: #libc, kwk, Mordante

Differential Revision: https://reviews.llvm.org/D150763
65 files changed:
libcxx/benchmarks/lit.cfg.py
libcxx/docs/conf.py
libcxx/test/libcxx/experimental/lit.local.cfg
libcxx/test/libcxx/gdb/gdb_pretty_printer_test.py
libcxx/test/libcxx/input.output/file.streams/lit.local.cfg
libcxx/test/libcxx/input.output/filesystems/lit.local.cfg
libcxx/test/libcxx/input.output/iostream.format/lit.local.cfg
libcxx/test/libcxx/input.output/iostream.objects/lit.local.cfg
libcxx/test/libcxx/input.output/iostreams.base/lit.local.cfg
libcxx/test/libcxx/input.output/stream.buffers/lit.local.cfg
libcxx/test/libcxx/input.output/string.streams/lit.local.cfg
libcxx/test/libcxx/lint/lint_cmakelists.sh.py
libcxx/test/libcxx/lint/lint_headers.sh.py
libcxx/test/libcxx/lint/lint_modulemap.sh.py
libcxx/test/libcxx/lit.local.cfg
libcxx/test/libcxx/localization/lit.local.cfg
libcxx/test/libcxx/selftest/additional_compile_flags/lit.local.cfg
libcxx/test/libcxx/selftest/dsl/dsl.sh.py
libcxx/test/libcxx/selftest/dsl/lit.local.cfg
libcxx/test/libcxx/transitive_includes_to_csv.py
libcxx/test/lit.cfg.py
libcxx/test/std/depr/depr.ios.members/lit.local.cfg
libcxx/test/std/depr/depr.str.strstreams/lit.local.cfg
libcxx/test/std/experimental/lit.local.cfg
libcxx/test/std/input.output/file.streams/lit.local.cfg
libcxx/test/std/input.output/filesystems/lit.local.cfg
libcxx/test/std/input.output/input.output.general/lit.local.cfg
libcxx/test/std/input.output/iostream.format/lit.local.cfg
libcxx/test/std/input.output/iostream.forward/lit.local.cfg
libcxx/test/std/input.output/iostream.objects/lit.local.cfg
libcxx/test/std/input.output/iostreams.base/lit.local.cfg
libcxx/test/std/input.output/iostreams.requirements/lit.local.cfg
libcxx/test/std/input.output/stream.buffers/lit.local.cfg
libcxx/test/std/input.output/string.streams/lit.local.cfg
libcxx/test/std/iterators/stream.iterators/lit.local.cfg
libcxx/test/std/localization/lit.local.cfg
libcxx/test/std/re/lit.local.cfg
libcxx/test/std/strings/basic.string/string.nonmembers/string.io/lit.local.cfg
libcxx/utils/cat_files.py
libcxx/utils/gdb/libcxx/printers.py
libcxx/utils/generate_abi_list.py
libcxx/utils/generate_feature_test_macro_components.py
libcxx/utils/generate_header_inclusion_tests.py
libcxx/utils/generate_header_tests.py
libcxx/utils/generate_iwyu_mapping.py
libcxx/utils/generate_width_estimation_table.py
libcxx/utils/libcxx/__init__.py
libcxx/utils/libcxx/sym_check/__init__.py
libcxx/utils/libcxx/sym_check/diff.py
libcxx/utils/libcxx/sym_check/extract.py
libcxx/utils/libcxx/sym_check/match.py
libcxx/utils/libcxx/sym_check/util.py
libcxx/utils/libcxx/test/config.py
libcxx/utils/libcxx/test/dsl.py
libcxx/utils/libcxx/test/features.py
libcxx/utils/libcxx/test/format.py
libcxx/utils/libcxx/test/googlebenchmark.py
libcxx/utils/libcxx/test/params.py
libcxx/utils/run.py
libcxx/utils/ssh.py
libcxx/utils/sym_diff.py
libcxxabi/test/lit.cfg.py
libcxxabi/test/native/arm-linux-eabi/lit.local.cfg
libunwind/docs/conf.py
libunwind/test/lit.cfg.py