empathy r2559 - trunk/libempathy-gtk



Author: xclaesse
Date: Tue Mar  3 17:34:35 2009
New Revision: 2559
URL: http://svn.gnome.org/viewvc/empathy?rev=2559&view=rev

Log:
Remove some silly empty lines

Signed-off-by: Sjoerd Simons <sjoerd simons collabora co uk>

Modified:
   trunk/libempathy-gtk/empathy-audio-sink.c

Modified: trunk/libempathy-gtk/empathy-audio-sink.c
==============================================================================
--- trunk/libempathy-gtk/empathy-audio-sink.c	(original)
+++ trunk/libempathy-gtk/empathy-audio-sink.c	Tue Mar  3 17:34:35 2009
@@ -100,7 +100,6 @@
 
   fs_element_added_notifier_add (priv->notifier, GST_BIN (priv->sink));
 
-
   gst_bin_add_many (GST_BIN (obj), resample, priv->volume, priv->sink, NULL);
   gst_element_link_many (resample, priv->volume, priv->sink, NULL);
 
@@ -145,8 +144,6 @@
     }
 }
 
-
-
 static void
 empathy_audio_sink_class_init (EmpathyGstAudioSinkClass
   *empathy_audio_sink_class)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]