[libc++][NFC] Reformat features.py
authorLouis Dionne <ldionne.2@gmail.com>
Mon, 12 Jun 2023 18:32:29 +0000 (11:32 -0700)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 13 Jun 2023 17:24:46 +0000 (10:24 -0700)
commit52310ce9c1673cf01ebf8d77dc83b052c3b1b8c6
tree56504c8dd36ff65885fc2a48642ba97e6b6214b9
parent520c7fbbd0356f135a19cc764ff70e7f52ba11a0
[libc++][NFC] Reformat features.py

This file was reformatted using the Black tool, which led to entirely
unreadable code due to how lines are broken. Formatting tools are fine,
but not when they lead to code that humans have trouble reading. In the
case of features.py, a lot of it was meant to be aligned in a repetitive
but consistent way to make the structure of the code stand out.
Reformatting with the tool lost that property.

Differential Revision: https://reviews.llvm.org/D152737
libcxx/utils/libcxx/test/features.py