aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/xcodebackend.py
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2016-12-31 20:25:09 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2017-01-01 12:02:05 -0500
commit969dc7e995fcc19418bf4c6f66ac97b5a4ff2150 (patch)
tree3b7b4451539aa1625c2e6d9caaefe6383d4147e0 /mesonbuild/backend/xcodebackend.py
parent116da33cddeb1793329ddefcc0e6db74679931f2 (diff)
downloadmeson-969dc7e995fcc19418bf4c6f66ac97b5a4ff2150.zip
meson-969dc7e995fcc19418bf4c6f66ac97b5a4ff2150.tar.gz
meson-969dc7e995fcc19418bf4c6f66ac97b5a4ff2150.tar.bz2
style: fix E124 violations
E124: closing bracket does not match visual indentation Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'mesonbuild/backend/xcodebackend.py')
-rw-r--r--mesonbuild/backend/xcodebackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/backend/xcodebackend.py b/mesonbuild/backend/xcodebackend.py
index 691a360..7ab3813 100644
--- a/mesonbuild/backend/xcodebackend.py
+++ b/mesonbuild/backend/xcodebackend.py
@@ -42,7 +42,7 @@ class XCodeBackend(backends.Backend):
'inc': 'sourcecode.c.h',
'dylib': 'compiled.mach-o.dylib',
'o': 'compiled.mach-o.objfile',
- }
+ }
self.maingroup_id = self.gen_id()
self.all_id = self.gen_id()
self.all_buildconf_id = self.gen_id()