[gobject-introspection] ast: Fix indentation



commit f0bdbc7f283c080da5c07aad5becf6b843e9dd2e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Feb 15 16:05:24 2013 -0500

    ast: Fix indentation

 giscanner/ast.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/ast.py b/giscanner/ast.py
index d0784c3..c2f89a6 100644
--- a/giscanner/ast.py
+++ b/giscanner/ast.py
@@ -639,7 +639,7 @@ class Function(Callable):
         # Named correctly
         if not (self.name.endswith('_get_type') or
                 self.name.endswith('_get_gtype')):
-                return False
+            return False
 
         # Doesn't have any parameters
         if self.parameters:


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