Fixed indentation and space issues found by SideCI

pull/3115/head
makise-homura 7 years ago
parent 7cc41baa98
commit 6230c2a2f6
  1. 2
      mesonbuild/compilers/compilers.py
  2. 2
      mesonbuild/compilers/cpp.py

@ -1084,7 +1084,7 @@ class ElbrusCompiler(GnuCompiler):
self.id = 'lcc'
self.base_options = ['b_pgo', 'b_coverage',
'b_ndebug', 'b_staticpic',
'b_lundef', 'b_asneeded' ]
'b_lundef', 'b_asneeded']
class ClangCompiler:

@ -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

Loading…
Cancel
Save