diff options
| author | Alf Henrik Sauge <alf.henrik.sauge@gmail.com> | 2022-08-11 15:18:27 +0200 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-08-26 17:12:40 -0400 |
| commit | 06bf9a5cdae6a185a29e5ea5bcaf18ad3e3e042a (patch) | |
| tree | a909a90a2734935d732dcc087dc173d80da76425 /mesonbuild/cmake/executor.py | |
| parent | 47a0ed5924ea05ac58a9a36f60670b79e76c6273 (diff) | |
| download | meson-06bf9a5cdae6a185a29e5ea5bcaf18ad3e3e042a.tar.gz | |
Fix purely white space issues reported by flake8
Diffstat (limited to 'mesonbuild/cmake/executor.py')
| -rw-r--r-- | mesonbuild/cmake/executor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/cmake/executor.py b/mesonbuild/cmake/executor.py index 526620d24..afd21ef96 100644 --- a/mesonbuild/cmake/executor.py +++ b/mesonbuild/cmake/executor.py @@ -33,7 +33,7 @@ if T.TYPE_CHECKING: from ..mesonlib import MachineChoice from ..programs import ExternalProgram -TYPE_result = T.Tuple[int, T.Optional[str], T.Optional[str]] +TYPE_result = T.Tuple[int, T.Optional[str], T.Optional[str]] TYPE_cache_key = T.Tuple[str, T.Tuple[str, ...], str, T.FrozenSet[T.Tuple[str, str]]] class CMakeExecutor: |
