[Telepathy-commits] [telepathy-glib/master] glib-ginterface-gen.py: PEP8 compliance

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Nov 28 02:39:36 PST 2008


---
 tools/glib-ginterface-gen.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/glib-ginterface-gen.py b/tools/glib-ginterface-gen.py
index 951eb47..cb78eba 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')
-- 
1.5.6.5




More information about the Telepathy-commits mailing list