]> git.0d.be Git - empathy.git/commitdiff
empathy-audio-sink: fix coding style
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 May 2009 15:05:17 +0000 (16:05 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 May 2009 15:07:17 +0000 (16:07 +0100)
libempathy-gtk/empathy-audio-sink.h

index 57579dc3e870492de4e1ceed5483b1aea7f98022..21ebf2b5addd76bd710c1f264073cf735a4030b0 100644 (file)
@@ -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))