[empathy] empathy-call-factory: fix coding style



commit 9c4658aacb727463c8cec239f82763802b89ab4d
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 18 13:49:23 2009 +0100

    empathy-call-factory: fix coding style
---
 libempathy/empathy-call-factory.c |    2 +-
 libempathy/empathy-call-factory.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c
index f412139..5d97b73 100644
--- a/libempathy/empathy-call-factory.c
+++ b/libempathy/empathy-call-factory.c
@@ -104,7 +104,7 @@ empathy_call_factory_class_init (
 
   object_class->constructor = empathy_call_factory_constructor;
   object_class->dispose = empathy_call_factory_dispose;
-  object_class->finalize = empathy_call_factory_finalize;  
+  object_class->finalize = empathy_call_factory_finalize;
 
   signals[NEW_CALL_HANDLER] =
     g_signal_new ("new-call-handler",
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index 13b16b6..47d45d7 100644
--- a/libempathy/empathy-call-factory.h
+++ b/libempathy/empathy-call-factory.h
@@ -44,7 +44,7 @@ GType empathy_call_factory_get_type (void);
 
 /* TYPE MACROS */
 #define EMPATHY_TYPE_CALL_FACTORY \
-  (empathy_call_factory_get_type())
+  (empathy_call_factory_get_type ())
 #define EMPATHY_CALL_FACTORY(obj) \
   (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_CALL_FACTORY, \
     EmpathyCallFactory))



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