aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 20:51:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 21:01:03 +0800
commitf50bb220dd13097081b8e45422681507999e9a07 (patch)
tree58e9f7c82d4f9e667ad0133663d68c499b42b23e /libempathy
parentccc136843beb485cb7ac8aa3646cfee1a7d24c82 (diff)
downloadgsoc2013-empathy-f50bb220dd13097081b8e45422681507999e9a07.tar
gsoc2013-empathy-f50bb220dd13097081b8e45422681507999e9a07.tar.gz
gsoc2013-empathy-f50bb220dd13097081b8e45422681507999e9a07.tar.bz2
gsoc2013-empathy-f50bb220dd13097081b8e45422681507999e9a07.tar.lz
gsoc2013-empathy-f50bb220dd13097081b8e45422681507999e9a07.tar.xz
gsoc2013-empathy-f50bb220dd13097081b8e45422681507999e9a07.tar.zst
gsoc2013-empathy-f50bb220dd13097081b8e45422681507999e9a07.zip
empathy-dispatch-operation: fix coding style
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-dispatch-operation.h2
1 files changed, 1 insertions, 1 deletions
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))