[farsight2/master] Little indentation fix

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:13 PST 2008


---
 gst/fsrtpconference/fs-rtp-stream.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-stream.c b/gst/fsrtpconference/fs-rtp-stream.c
index 4e12a4e..93ee000 100644
--- a/gst/fsrtpconference/fs-rtp-stream.c
+++ b/gst/fsrtpconference/fs-rtp-stream.c
@@ -297,7 +297,6 @@ fs_rtp_stream_get_property (GObject *object,
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
       break;
   }
-
 }
 
 static void
@@ -323,13 +322,12 @@ fs_rtp_stream_set_property (GObject *object,
       self->priv->direction = g_value_get_enum (value);
       if (self->priv->stream_transmitter)
         g_object_set (self->priv->stream_transmitter, "sending",
-          self->priv->direction & FS_DIRECTION_SEND, NULL);
+            self->priv->direction & FS_DIRECTION_SEND, NULL);
       break;
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
       break;
   }
-
 }
 
 static void
@@ -363,7 +361,6 @@ fs_rtp_stream_constructed (GObject *object)
     "error",
     G_CALLBACK (fs_rtp_stream_transmitter_error),
     self);
-
 }
 
 
-- 
1.5.6.5




More information about the farsight-commits mailing list