From 815d9d1804e1d1e18314528c48ad5dd4c6976c93 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 18 May 2009 16:05:17 +0100 Subject: empathy-audio-sink: fix coding style --- libempathy-gtk/empathy-audio-sink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') 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)) -- cgit v1.2.3