[empathy] empathy-dispatch-operation: fix coding style



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

    empathy-dispatch-operation: fix coding style
---
 libempathy/empathy-dispatch-operation.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libempathy/empathy-dispatch-operation.h b/libempathy/empathy-dispatch-operation.h
index 3597bd0..84ed360 100644
--- a/libempathy/empathy-dispatch-operation.h
+++ b/libempathy/empathy-dispatch-operation.h
@@ -57,7 +57,7 @@ GType empathy_dispatch_operation_get_type (void);
 
 /* TYPE MACROS */
 #define EMPATHY_TYPE_DISPATCH_OPERATION \
-  (empathy_dispatch_operation_get_type())
+  (empathy_dispatch_operation_get_type ())
 #define EMPATHY_DISPATCH_OPERATION(obj) \
   (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_DISPATCH_OPERATION, \
     EmpathyDispatchOperation))



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