From f50bb220dd13097081b8e45422681507999e9a07 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 18 May 2009 13:51:23 +0100 Subject: empathy-dispatch-operation: fix coding style --- libempathy/empathy-dispatch-operation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-dispatch-operation.h b/libempathy/empathy-dispatch-operation.h index 3597bd0e8..84ed36013 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)) -- cgit v1.2.3