From: Louis Dionne Date: Thu, 30 Sep 2021 16:18:30 +0000 (-0400) Subject: [libc++][NFC] Remove stray whitespace X-Git-Tag: upstream/15.0.7~30028 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=981b12fe89f1a8e01445d05e5f6145e420a1c76d;p=platform%2Fupstream%2Fllvm.git [libc++][NFC] Remove stray whitespace --- diff --git a/libcxx/utils/libcxx/test/format.py b/libcxx/utils/libcxx/test/format.py index e4e2937..fdf26b6 100644 --- a/libcxx/utils/libcxx/test/format.py +++ b/libcxx/utils/libcxx/test/format.py @@ -61,7 +61,6 @@ def parseScript(test, preamble): must not be of the form 'RUN:' -- they must be proper commands once substituted. """ - # Get the default substitutions tmpDir, tmpBase = _getTempPaths(test) substitutions = lit.TestRunner.getDefaultSubstitutions(test, tmpDir, tmpBase)