diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 20:49:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 21:01:03 +0800 |
commit | 5cc5d7bc3a74eff93e45ccc2b0d0b11bd4260772 (patch) | |
tree | 956ae6040fed443ce4a2f5448675c3e669ccc802 /libempathy/empathy-call-handler.h | |
parent | 9c4658aacb727463c8cec239f82763802b89ab4d (diff) | |
download | gsoc2013-empathy-5cc5d7bc3a74eff93e45ccc2b0d0b11bd4260772.tar gsoc2013-empathy-5cc5d7bc3a74eff93e45ccc2b0d0b11bd4260772.tar.gz gsoc2013-empathy-5cc5d7bc3a74eff93e45ccc2b0d0b11bd4260772.tar.bz2 gsoc2013-empathy-5cc5d7bc3a74eff93e45ccc2b0d0b11bd4260772.tar.lz gsoc2013-empathy-5cc5d7bc3a74eff93e45ccc2b0d0b11bd4260772.tar.xz gsoc2013-empathy-5cc5d7bc3a74eff93e45ccc2b0d0b11bd4260772.tar.zst gsoc2013-empathy-5cc5d7bc3a74eff93e45ccc2b0d0b11bd4260772.zip |
empathy-call-handler: fix coding style
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r-- | libempathy/empathy-call-handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |