videoscale: reorder code to avoid indent missmatches
authorMichael Gruner <michael.gruner@ridgerun.com>
Thu, 23 Jan 2020 18:38:44 +0000 (12:38 -0600)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 29 May 2020 00:44:07 +0000 (00:44 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/548>

gst/videoscale/gstvideoscale.c

index 1d73406..d7dd68a 100644 (file)
@@ -719,9 +719,8 @@ gst_video_scale_fixate_caps (GstBaseTransform * base, GstPadDirection direction,
 {
   GstStructure *ins, *outs;
   const GValue *from_par, *to_par;
-  GValue fpar = { 0, }, tpar = {
-    0,
-  };
+  GValue fpar = { 0, };
+  GValue tpar = { 0, };
 
   othercaps = gst_caps_truncate (othercaps);
   othercaps = gst_caps_make_writable (othercaps);