Skip to content

Commit ce7ef10

Browse files
committed
python formatting
1 parent 0cf68e8 commit ce7ef10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libcxx/utils/generate_feature_test_macro_components.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,9 @@ def add_version_header(tc):
748748
},
749749
{
750750
"name": "__cpp_lib_indirect",
751-
"values": {"c++26": 202502}, # P3019R14 indirect and polymorphic: Vocabulary Types for Composite Class Design
751+
"values": {
752+
"c++26": 202502
753+
}, # P3019R14 indirect and polymorphic: Vocabulary Types for Composite Class Design
752754
"headers": ["memory"],
753755
},
754756
{

0 commit comments

Comments
 (0)