From ef3cc6b3fabb1032066e7c8ecfd67dc4e1169193 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 2 Jan 2017 19:16:56 +0100 Subject: style: fix E127 violations E127: continuation line over-indented for visual indent Signed-off-by: Igor Gnatenko --- mesonbuild/compilers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesonbuild/compilers.py') diff --git a/mesonbuild/compilers.py b/mesonbuild/compilers.py index ac4bb0b..06f76e4 100644 --- a/mesonbuild/compilers.py +++ b/mesonbuild/compilers.py @@ -201,8 +201,8 @@ base_options = { 'Enable coverage tracking.', False), 'b_colorout': coredata.UserComboOption('b_colorout', 'Use colored output', - ['auto', 'always', 'never'], - 'always'), + ['auto', 'always', 'never'], + 'always'), 'b_ndebug': coredata.UserBooleanOption('b_ndebug', 'Disable asserts', False), -- cgit v1.1