[gobject-introspection] Add missing spaces



commit d752ea96cba1b77e1d4ab8c16cdad0dbf15f3419
Author: Johan Dahlin <johan gnome org>
Date:   Tue Feb 1 13:20:19 2011 -0200

    Add missing spaces

 tools/g-ir-scanner.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/g-ir-scanner.in b/tools/g-ir-scanner.in
index 86866c9..ba2999c 100755
--- a/tools/g-ir-scanner.in
+++ b/tools/g-ir-scanner.in
@@ -29,7 +29,7 @@ if 'GI_SCANNER_DEBUG' in os.environ:
         pdb.pm()
     sys.excepthook = on_exception
 
-srcdir=os.getenv('UNINSTALLED_INTROSPECTION_SRCDIR', None)
+srcdir = os.getenv('UNINSTALLED_INTROSPECTION_SRCDIR', None)
 if srcdir is not None:
     path = srcdir
 else:



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