From 28b54c1b660dda5e01401b54554dc2df10afcf79 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Sun, 10 Mar 2019 15:49:18 +0100 Subject: Fix indent to please codestyle. --- mesonbuild/compilers/compilers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mesonbuild/compilers/compilers.py b/mesonbuild/compilers/compilers.py index 66604a2..94ebf16 100644 --- a/mesonbuild/compilers/compilers.py +++ b/mesonbuild/compilers/compilers.py @@ -1486,9 +1486,9 @@ class GnuLikeCompiler(abc.ABC): self.base_options = ['b_pch', 'b_lto', 'b_pgo', 'b_sanitize', 'b_coverage', 'b_ndebug', 'b_staticpic', 'b_pie'] if (not self.compiler_type.is_osx_compiler and - not self.compiler_type.is_windows_compiler and - not mesonlib.is_openbsd()): - self.base_options.append('b_lundef') + not self.compiler_type.is_windows_compiler and + not mesonlib.is_openbsd()): + self.base_options.append('b_lundef') if not self.compiler_type.is_windows_compiler: self.base_options.append('b_asneeded') # All GCC-like backends can do assembly -- cgit v1.1