From 4ab70c5512f147c7dded62817e54724830740dfd Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 15 Sep 2021 00:32:57 -0400 Subject: fix extra whitespace discovered via flake8 --select E303 --- mesonbuild/compilers/objcpp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'mesonbuild/compilers/objcpp.py') diff --git a/mesonbuild/compilers/objcpp.py b/mesonbuild/compilers/objcpp.py index 63036557d..e52068de8 100644 --- a/mesonbuild/compilers/objcpp.py +++ b/mesonbuild/compilers/objcpp.py @@ -85,7 +85,6 @@ class ClangObjCPPCompiler(ClangCompiler, ObjCPPCompiler): '2': default_warn_args + ['-Wextra'], '3': default_warn_args + ['-Wextra', '-Wpedantic']} - def get_options(self) -> 'coredata.KeyedOptionDictType': opts = super().get_options() opts.update({ -- cgit v1.2.3