Skip to content

Commit 3a2c5ec

Browse files
committed
after reformat
1 parent 05d4b4a commit 3a2c5ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libcxx/test/libcxx/clang_modules_include.gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from libcxx.header_information import lit_header_restrictions, public_headers
2121

2222
for header in public_headers:
23-
print(f"""\
23+
print(f"""\
2424
//--- {header}.compile.pass.cpp
2525
// RUN: %{{cxx}} %s %{{flags}} %{{compile_flags}} -fmodules -fcxx-modules -fmodules-cache-path=%t -fsyntax-only
2626

libcxx/test/libcxx/clang_tidy.gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from libcxx.header_information import lit_header_restrictions, public_headers
1919

2020
for header in public_headers:
21-
print(f"""\
21+
print(f"""\
2222
//--- {header}.sh.cpp
2323
2424
// REQUIRES: has-clang-tidy

libcxx/test/libcxx/double_include.gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from libcxx.header_information import lit_header_restrictions, public_headers
1919

2020
for header in public_headers:
21-
print(f"""\
21+
print(f"""\
2222
//--- {header}.sh.cpp
2323
{lit_header_restrictions.get(header, '')}
2424

libcxx/test/libcxx/transitive_includes.gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
regenerate_expected_results = False
3434

3535
if regenerate_expected_results:
36-
print(f"""\
36+
print(f"""\
3737
//--- generate-transitive-includes.sh.cpp
3838
// RUN: mkdir %t
3939
""")

0 commit comments

Comments
 (0)