From 971a3a3cd9ad652047eb2eb015db693abac66589 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko <i.gnatenko.brain@gmail.com> Date: Mon, 19 Dec 2016 18:30:16 +0100 Subject: tree-wide: remove trailing whitespaces Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> --- mesonbuild/compilers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mesonbuild/compilers.py') diff --git a/mesonbuild/compilers.py b/mesonbuild/compilers.py index 54c1300..65c0214 100644 --- a/mesonbuild/compilers.py +++ b/mesonbuild/compilers.py @@ -205,7 +205,7 @@ base_options = { 'Enable coverage tracking.', False), 'b_colorout' : coredata.UserComboOption('b_colorout', 'Use colored output', - ['auto', 'always', 'never'], + ['auto', 'always', 'never'], 'always'), 'b_ndebug' : coredata.UserBooleanOption('b_ndebug', 'Disable asserts', @@ -2561,12 +2561,12 @@ class SunFortranCompiler(FortranCompiler): class IntelFortranCompiler(FortranCompiler): std_warn_args = ['-warn', 'all'] - + def __init__(self, exelist, version, is_cross, exe_wrapper=None): self.file_suffixes = ('f', 'f90') super().__init__(exelist, version, is_cross, exe_wrapper=None) self.id = 'intel' - + def get_module_outdir_args(self, path): return ['-module', path] -- cgit v1.1