aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-audio-sink.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-02-03 18:04:49 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-03 18:04:49 +0800
commitef9c76a259f6e565e8cf39cf209185d41b80e556 (patch)
treea9c51f9e4d5e2f8cb283e59da8f040f9d62c6cbe /libempathy-gtk/empathy-audio-sink.h
parent5621a9e7105df4faf0fa693d6117f35abd72e8da (diff)
downloadgsoc2013-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
Diffstat (limited to 'libempathy-gtk/empathy-audio-sink.h')
-rw-r--r--libempathy-gtk/empathy-audio-sink.h2
1 files changed, 1 insertions, 1 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 \