diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 18:04:49 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 18:04:49 +0800 |
commit | ef9c76a259f6e565e8cf39cf209185d41b80e556 (patch) | |
tree | a9c51f9e4d5e2f8cb283e59da8f040f9d62c6cbe | |
parent | 5621a9e7105df4faf0fa693d6117f35abd72e8da (diff) | |
download | gsoc2013-empathy-ef9c76a259f6e565e8cf39cf209185d41b80e556.tar gsoc2013-empathy-ef9c76a259f6e565e8cf39cf209185d41b80e556.tar.gz gsoc2013-empathy-ef9c76a259f6e565e8cf39cf209185d41b80e556.tar.bz2 gsoc2013-empathy-ef9c76a259f6e565e8cf39cf209185d41b80e556.tar.lz gsoc2013-empathy-ef9c76a259f6e565e8cf39cf209185d41b80e556.tar.xz gsoc2013-empathy-ef9c76a259f6e565e8cf39cf209185d41b80e556.tar.zst gsoc2013-empathy-ef9c76a259f6e565e8cf39cf209185d41b80e556.zip |
Add a space between the function name and the (void)
svn path=/trunk/; revision=2416
-rw-r--r-- | libempathy-gtk/empathy-audio-sink.h | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-audio-src.h | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-video-src.h | 2 | ||||
-rw-r--r-- | libempathy-gtk/empathy-video-widget.h | 2 | ||||
-rw-r--r-- | libempathy/empathy-call-factory.h | 2 | ||||
-rw-r--r-- | libempathy/empathy-call-handler.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-audio-sink.h b/libempathy-gtk/empathy-audio-sink.h index 2a222b2f7..8efafde5e 100644 --- a/libempathy-gtk/empathy-audio-sink.h +++ b/libempathy-gtk/empathy-audio-sink.h @@ -37,7 +37,7 @@ struct _EmpathyGstAudioSink { GstBin parent; }; -GType empathy_audio_sink_get_type(void); +GType empathy_audio_sink_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_GST_AUDIO_SINK \ diff --git a/libempathy-gtk/empathy-audio-src.h b/libempathy-gtk/empathy-audio-src.h index 73ebd1578..7a68bbe15 100644 --- a/libempathy-gtk/empathy-audio-src.h +++ b/libempathy-gtk/empathy-audio-src.h @@ -37,7 +37,7 @@ struct _EmpathyGstAudioSrc { GstBin parent; }; -GType empathy_audio_src_get_type(void); +GType empathy_audio_src_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_GST_AUDIO_SRC \ diff --git a/libempathy-gtk/empathy-video-src.h b/libempathy-gtk/empathy-video-src.h index 3af2efe8b..48c41f457 100644 --- a/libempathy-gtk/empathy-video-src.h +++ b/libempathy-gtk/empathy-video-src.h @@ -37,7 +37,7 @@ struct _EmpathyGstVideoSrc { GstBin parent; }; -GType empathy_video_src_get_type(void); +GType empathy_video_src_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_GST_VIDEO_SRC \ diff --git a/libempathy-gtk/empathy-video-widget.h b/libempathy-gtk/empathy-video-widget.h index a9cb91e48..ed7ed5be5 100644 --- a/libempathy-gtk/empathy-video-widget.h +++ b/libempathy-gtk/empathy-video-widget.h @@ -38,7 +38,7 @@ struct _EmpathyVideoWidget { GtkDrawingArea parent; }; -GType empathy_video_widget_get_type(void); +GType empathy_video_widget_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_GST_GTK_WIDGET \ 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 \ |