Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3c2c985

Browse files
committed
[NFC][compiler-rt] tidy up some whitespace in lit config
1 parent f502683 commit 3c2c985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compiler-rt/test/lit.common.cfg.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,16 +695,16 @@ def is_windows_lto_supported():
695695

696696
if config.host_os == 'Darwin':
697697
config.substitutions.append((
698-
"%get_pid_from_output",
698+
"%get_pid_from_output",
699699
"{} {}/get_pid_from_output.py".format(
700-
sh_quote(config.python_executable),
700+
sh_quote(config.python_executable),
701701
sh_quote(get_ios_commands_dir())
702702
))
703703
)
704704
config.substitutions.append(
705-
("%print_crashreport_for_pid",
705+
("%print_crashreport_for_pid",
706706
"{} {}/print_crashreport_for_pid.py".format(
707-
sh_quote(config.python_executable),
707+
sh_quote(config.python_executable),
708708
sh_quote(get_ios_commands_dir())
709709
))
710710
)

0 commit comments

Comments
 (0)