diff options
author | Colin Walters <walters@verbum.org> | 2010-06-19 11:30:32 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-06-19 11:30:32 -0400 |
commit | a53e07998145bd00713eeaf8d4e8235c774554ae (patch) | |
tree | ed9529e301c07768971a94753b1aef73840b3b0c /giscanner/girparser.py | |
parent | 8948dd7766cf82674f9853c7f665f00fcfe82231 (diff) | |
download | gobject-introspection-a53e07998145bd00713eeaf8d4e8235c774554ae.tar.gz |
Fix trailing whitespace
Diffstat (limited to 'giscanner/girparser.py')
-rw-r--r-- | giscanner/girparser.py | 2 |
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) |