From: Tim-Philipp Müller Date: Sat, 13 Feb 2016 16:10:11 +0000 (+0000) Subject: harness: fix indentation X-Git-Tag: 1.10.4~423 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39d3c06b18b705259c3d5a06669aa45e37dacff6;p=platform%2Fupstream%2Fgstreamer.git harness: fix indentation --- diff --git a/libs/gst/check/gstharness.c b/libs/gst/check/gstharness.c index 1faa0c5..59828e0 100644 --- a/libs/gst/check/gstharness.c +++ b/libs/gst/check/gstharness.c @@ -725,7 +725,8 @@ gst_harness_add_element_full (GstHarness * h, GstElement * element, gst_harness_play (h); /* if the element already has a testclock attached, we replace our own with it */ - if (GST_ELEMENT_CLOCK (element) && GST_IS_TEST_CLOCK (GST_ELEMENT_CLOCK (element))) { + if (GST_ELEMENT_CLOCK (element) + && GST_IS_TEST_CLOCK (GST_ELEMENT_CLOCK (element))) { gst_object_replace ((GstObject **) & h->priv->testclock, (GstObject *) GST_ELEMENT_CLOCK (element)); } @@ -1501,7 +1502,7 @@ static void gst_harness_set_forward_pad (GstHarness * h, GstPad * fwdpad) { HARNESS_LOCK (h); - gst_object_replace ((GstObject **) &h->priv->sink_forward_pad, + gst_object_replace ((GstObject **) & h->priv->sink_forward_pad, (GstObject *) fwdpad); HARNESS_UNLOCK (h); } @@ -3080,8 +3081,8 @@ gst_harness_stress_push_event_start_full (GstHarness * h, */ GstHarnessThread * gst_harness_stress_push_event_with_cb_start_full (GstHarness * h, - GstHarnessPrepareEventFunc func, gpointer data, GDestroyNotify notify, - gulong sleep) + GstHarnessPrepareEventFunc func, gpointer data, GDestroyNotify notify, + gulong sleep) { GstHarnessPushEventThread *t = g_slice_new0 (GstHarnessPushEventThread); gst_harness_thread_init (&t->t,