From 3c2c9851634ab5889377b0457fac0b7bb79a935b Mon Sep 17 00:00:00 2001 From: Emily Shi Date: Fri, 23 Jul 2021 13:19:54 -0700 Subject: [PATCH] [NFC][compiler-rt] tidy up some whitespace in lit config --- compiler-rt/test/lit.common.cfg.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler-rt/test/lit.common.cfg.py b/compiler-rt/test/lit.common.cfg.py index 4e80e20..9253aff 100644 --- a/compiler-rt/test/lit.common.cfg.py +++ b/compiler-rt/test/lit.common.cfg.py @@ -695,16 +695,16 @@ config.target_cflags = " " + " ".join(target_cflags + extra_cflags) + " " if config.host_os == 'Darwin': config.substitutions.append(( - "%get_pid_from_output", + "%get_pid_from_output", "{} {}/get_pid_from_output.py".format( - sh_quote(config.python_executable), + sh_quote(config.python_executable), sh_quote(get_ios_commands_dir()) )) ) config.substitutions.append( - ("%print_crashreport_for_pid", + ("%print_crashreport_for_pid", "{} {}/print_crashreport_for_pid.py".format( - sh_quote(config.python_executable), + sh_quote(config.python_executable), sh_quote(get_ios_commands_dir()) )) ) -- 2.7.4