summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-07-28 09:34:16 -0300
committerJohan Dahlin <johan@gnome.org>2010-07-28 09:34:16 -0300
commit7f9ca305074ea641fc2afe5d622325cfadb79908 (patch)
tree667a9b05277e4b30ed8dd8fafe09ef8aa876b210
parent98547577840f582d09832dd5506dfa1fa7edc859 (diff)
downloadgobject-introspection-7f9ca305074ea641fc2afe5d622325cfadb79908.tar.gz
[dumper] Fix indentation
-rw-r--r--giscanner/dumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index b503bf16..c30822b5 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -202,7 +202,7 @@ class DumpCompiler(object):
# https://bugzilla.gnome.org/show_bug.cgi?id=625195
if not libtool:
- args.append('-Wl,-rpath=.')
+ args.append('-Wl,-rpath=.')
uninst_builddir = os.environ.get('UNINSTALLED_INTROSPECTION_BUILDDIR')
if not uninst_builddir: