summaryrefslogtreecommitdiff
path: root/giscanner
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-06-19 11:30:32 -0400
committerColin Walters <walters@verbum.org>2010-06-19 11:30:32 -0400
commita53e07998145bd00713eeaf8d4e8235c774554ae (patch)
treeed9529e301c07768971a94753b1aef73840b3b0c /giscanner
parent8948dd7766cf82674f9853c7f665f00fcfe82231 (diff)
downloadgobject-introspection-a53e07998145bd00713eeaf8d4e8235c774554ae.tar.gz
Fix trailing whitespace
Diffstat (limited to 'giscanner')
-rw-r--r--giscanner/girparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/girparser.py b/giscanner/girparser.py
index 9d46d2ad..17cf630c 100644
--- a/giscanner/girparser.py
+++ b/giscanner/girparser.py
@@ -104,7 +104,7 @@ class GIRParser(object):
if curfile.startswith(cwd):
return curfile[len(cwd):]
return curfile
-
+
def _add_node(self, node):
self._namespace.nodes.append(node)