[libcxx-commits] [libcxx] 981b12f - [libc++][NFC] Remove stray whitespace
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 30 09:18:55 PDT 2021
Author: Louis Dionne
Date: 2021-09-30T12:18:47-04:00
New Revision: 981b12fe89f1a8e01445d05e5f6145e420a1c76d
URL: https://github.com/llvm/llvm-project/commit/981b12fe89f1a8e01445d05e5f6145e420a1c76d
DIFF: https://github.com/llvm/llvm-project/commit/981b12fe89f1a8e01445d05e5f6145e420a1c76d.diff
LOG: [libc++][NFC] Remove stray whitespace
Added:
Modified:
libcxx/utils/libcxx/test/format.py
Removed:
################################################################################
diff --git a/libcxx/utils/libcxx/test/format.py b/libcxx/utils/libcxx/test/format.py
index e4e2937f0a5ac..fdf26b67ac4e1 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)
More information about the libcxx-commits
mailing list