From 5cc5d7bc3a74eff93e45ccc2b0d0b11bd4260772 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 18 May 2009 13:49:39 +0100 Subject: empathy-call-handler: fix coding style --- libempathy/empathy-call-handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-call-handler.h') diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h index db2396dc7..5edf29719 100644 --- a/libempathy/empathy-call-handler.h +++ b/libempathy/empathy-call-handler.h @@ -46,7 +46,7 @@ GType empathy_call_handler_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_CALL_HANDLER \ - (empathy_call_handler_get_type()) + (empathy_call_handler_get_type ()) #define EMPATHY_CALL_HANDLER(obj) \ (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_CALL_HANDLER, \ EmpathyCallHandler)) -- cgit v1.2.3