aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 20:49:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 21:01:03 +0800
commit9c4658aacb727463c8cec239f82763802b89ab4d (patch)
treefe3529b350cf808733aa549d6118c2f08965beff /libempathy/empathy-call-factory.h
parenta0605bdf7f09a224a81d24909702c347319ae728 (diff)
downloadgsoc2013-empathy-9c4658aacb727463c8cec239f82763802b89ab4d.tar
gsoc2013-empathy-9c4658aacb727463c8cec239f82763802b89ab4d.tar.gz
gsoc2013-empathy-9c4658aacb727463c8cec239f82763802b89ab4d.tar.bz2
gsoc2013-empathy-9c4658aacb727463c8cec239f82763802b89ab4d.tar.lz
gsoc2013-empathy-9c4658aacb727463c8cec239f82763802b89ab4d.tar.xz
gsoc2013-empathy-9c4658aacb727463c8cec239f82763802b89ab4d.tar.zst
gsoc2013-empathy-9c4658aacb727463c8cec239f82763802b89ab4d.zip
empathy-call-factory: fix coding style
Diffstat (limited to 'libempathy/empathy-call-factory.h')
-rw-r--r--libempathy/empathy-call-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index 13b16b692..47d45d780 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))