diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:05:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:07:17 +0800 |
commit | 815d9d1804e1d1e18314528c48ad5dd4c6976c93 (patch) | |
tree | d8658b752f27ca338bb1ac9eeb35958ca4daa690 | |
parent | c3e65c91c4123bbc3093e42b5603f466349839c9 (diff) | |
download | gsoc2013-empathy-815d9d1804e1d1e18314528c48ad5dd4c6976c93.tar gsoc2013-empathy-815d9d1804e1d1e18314528c48ad5dd4c6976c93.tar.gz gsoc2013-empathy-815d9d1804e1d1e18314528c48ad5dd4c6976c93.tar.bz2 gsoc2013-empathy-815d9d1804e1d1e18314528c48ad5dd4c6976c93.tar.lz gsoc2013-empathy-815d9d1804e1d1e18314528c48ad5dd4c6976c93.tar.xz gsoc2013-empathy-815d9d1804e1d1e18314528c48ad5dd4c6976c93.tar.zst gsoc2013-empathy-815d9d1804e1d1e18314528c48ad5dd4c6976c93.zip |
empathy-audio-sink: fix coding style
-rw-r--r-- | libempathy-gtk/empathy-audio-sink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-audio-sink.h b/libempathy-gtk/empathy-audio-sink.h index 57579dc3e..21ebf2b5a 100644 --- a/libempathy-gtk/empathy-audio-sink.h +++ b/libempathy-gtk/empathy-audio-sink.h @@ -41,7 +41,7 @@ GType empathy_audio_sink_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_GST_AUDIO_SINK \ - (empathy_audio_sink_get_type()) + (empathy_audio_sink_get_type ()) #define EMPATHY_GST_AUDIO_SINK(obj) \ (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_GST_AUDIO_SINK, \ EmpathyGstAudioSink)) |