From 6230c2a2f61f29cdf92017d7b5a06420f0730114 Mon Sep 17 00:00:00 2001 From: makise-homura Date: Mon, 19 Mar 2018 23:39:06 +0300 Subject: Fixed indentation and space issues found by SideCI --- mesonbuild/compilers/cpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/compilers/cpp.py') diff --git a/mesonbuild/compilers/cpp.py b/mesonbuild/compilers/cpp.py index fd09e46..394c961 100644 --- a/mesonbuild/compilers/cpp.py +++ b/mesonbuild/compilers/cpp.py @@ -145,7 +145,7 @@ class ElbrusCPPCompiler(GnuCPPCompiler, ElbrusCompiler): opts['cpp_std'] = coredata.UserComboOption('cpp_std', 'C++ language standard to use', ['none', 'c++98', 'c++03', 'c++0x', 'c++11', 'c++14', 'c++1y', 'gnu++98', 'gnu++03', 'gnu++0x', 'gnu++11', 'gnu++14', 'gnu++1y'], - 'none') + 'none') return opts -- cgit v1.1