From 894735288920816b9ad668ca27ce2e013a3f2640 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 21 Oct 2021 19:05:27 -0400 Subject: fix various flake8 whitespace errors --- mesonbuild/compilers/cpp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesonbuild/compilers/cpp.py') diff --git a/mesonbuild/compilers/cpp.py b/mesonbuild/compilers/cpp.py index 3eb9b90b5..e575b823a 100644 --- a/mesonbuild/compilers/cpp.py +++ b/mesonbuild/compilers/cpp.py @@ -76,8 +76,8 @@ class CPPCompiler(CLikeCompiler, Compiler): full_version: T.Optional[str] = None): # If a child ObjCPP class has already set it, don't set it ourselves Compiler.__init__(self, exelist, version, for_machine, info, - is_cross=is_cross, linker=linker, - full_version=full_version) + is_cross=is_cross, linker=linker, + full_version=full_version) CLikeCompiler.__init__(self, exe_wrapper) @staticmethod -- cgit v1.2.3