summaryrefslogtreecommitdiff
path: root/tools/glib-ginterface-gen.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-11-28 10:39:36 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-11-28 10:39:36 +0000
commit3108a506ec7f3341bd3f6589dc1d082e74169656 (patch)
tree22cc2015c9e92580caa7ccb1c892508e978bf64e /tools/glib-ginterface-gen.py
parentf430910c68e20dcdf42258c71f7d6ccf2195131b (diff)
downloadtelepathy-glib-3108a506ec7f3341bd3f6589dc1d082e74169656.tar.gz
glib-ginterface-gen.py: PEP8 compliance
Diffstat (limited to 'tools/glib-ginterface-gen.py')
-rw-r--r--tools/glib-ginterface-gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/glib-ginterface-gen.py b/tools/glib-ginterface-gen.py
index 951eb4729..cb78eba8b 100644
--- a/tools/glib-ginterface-gen.py
+++ b/tools/glib-ginterface-gen.py
@@ -632,7 +632,7 @@ class Generator(object):
self.h('#include <glib-object.h>')
self.h('#include <dbus/dbus-glib.h>')
- if (self.have_properties (nodes)):
+ if (self.have_properties(nodes)):
self.h('#include <telepathy-glib/dbus-properties-mixin.h>')
self.h('')
self.h('G_BEGIN_DECLS')