aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-03 18:04:49 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-03 18:04:49 +0800
commitae4f65f322e08be7ff400947dff8c3b1f52d6c9b (patch)
treea9c51f9e4d5e2f8cb283e59da8f040f9d62c6cbe /libempathy
parent1c40659b736eb72c2d61146daef1cf288f7e7bd0 (diff)
downloadgsoc2013-empathy-ae4f65f322e08be7ff400947dff8c3b1f52d6c9b.tar
gsoc2013-empathy-ae4f65f322e08be7ff400947dff8c3b1f52d6c9b.tar.gz
gsoc2013-empathy-ae4f65f322e08be7ff400947dff8c3b1f52d6c9b.tar.bz2
gsoc2013-empathy-ae4f65f322e08be7ff400947dff8c3b1f52d6c9b.tar.lz
gsoc2013-empathy-ae4f65f322e08be7ff400947dff8c3b1f52d6c9b.tar.xz
gsoc2013-empathy-ae4f65f322e08be7ff400947dff8c3b1f52d6c9b.tar.zst
gsoc2013-empathy-ae4f65f322e08be7ff400947dff8c3b1f52d6c9b.zip
Add a space between the function name and the (void)
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2416 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-call-factory.h2
-rw-r--r--libempathy/empathy-call-handler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index 28b3f0c3e..181a51496 100644
--- a/libempathy/empathy-call-factory.h
+++ b/libempathy/empathy-call-factory.h
@@ -39,7 +39,7 @@ struct _EmpathyCallFactory {
GObject parent;
};
-GType empathy_call_factory_get_type(void);
+GType empathy_call_factory_get_type (void);
/* TYPE MACROS */
#define EMPATHY_TYPE_CALL_FACTORY \
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index 00243b696..1986b8b87 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -41,7 +41,7 @@ struct _EmpathyCallHandler {
GObject parent;
};
-GType empathy_call_handler_get_type(void);
+GType empathy_call_handler_get_type (void);
/* TYPE MACROS */
#define EMPATHY_TYPE_CALL_HANDLER \