summaryrefslogtreecommitdiff
path: root/giscanner/ast.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/ast.py')
-rw-r--r--giscanner/ast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/ast.py b/giscanner/ast.py
index d0784c38..c2f89a62 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: