[gobject-introspection] Fix trailing whitespace



commit a53e07998145bd00713eeaf8d4e8235c774554ae
Author: Colin Walters <walters verbum org>
Date:   Sat Jun 19 11:30:32 2010 -0400

    Fix trailing whitespace

 giscanner/girparser.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/girparser.py b/giscanner/girparser.py
index 9d46d2a..17cf630 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)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]