diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:05:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:07:17 +0800 |
commit | c3e65c91c4123bbc3093e42b5603f466349839c9 (patch) | |
tree | 2df235e4f1bc01e3e9f927738032433e9a35964d | |
parent | e3b7b7c34488b649f7fe10728b939baca76e0fd8 (diff) | |
download | gsoc2013-empathy-c3e65c91c4123bbc3093e42b5603f466349839c9.tar gsoc2013-empathy-c3e65c91c4123bbc3093e42b5603f466349839c9.tar.gz gsoc2013-empathy-c3e65c91c4123bbc3093e42b5603f466349839c9.tar.bz2 gsoc2013-empathy-c3e65c91c4123bbc3093e42b5603f466349839c9.tar.lz gsoc2013-empathy-c3e65c91c4123bbc3093e42b5603f466349839c9.tar.xz gsoc2013-empathy-c3e65c91c4123bbc3093e42b5603f466349839c9.tar.zst gsoc2013-empathy-c3e65c91c4123bbc3093e42b5603f466349839c9.zip |
empathy-audio-src: fix coding style
-rw-r--r-- | libempathy-gtk/empathy-audio-src.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-audio-src.h b/libempathy-gtk/empathy-audio-src.h index 4f48fe1f7..4bca31b61 100644 --- a/libempathy-gtk/empathy-audio-src.h +++ b/libempathy-gtk/empathy-audio-src.h @@ -41,7 +41,7 @@ GType empathy_audio_src_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_GST_AUDIO_SRC \ - (empathy_audio_src_get_type()) + (empathy_audio_src_get_type ()) #define EMPATHY_GST_AUDIO_SRC(obj) \ (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_GST_AUDIO_SRC, \ EmpathyGstAudioSrc)) |