[Decoder/Pose] Run gst-indent
authorXavier Roumegue <xavier.roumegue@nxp.com>
Wed, 10 Mar 2021 16:41:00 +0000 (16:41 +0000)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 12 Mar 2021 04:29:04 +0000 (13:29 +0900)
Signed-off-by: Xavier Roumegue <xavier.roumegue@nxp.com>
ext/nnstreamer/tensor_decoder/tensordec-pose.c

index 0e1ed37..6b6908d 100644 (file)
@@ -206,8 +206,7 @@ pose_getOutCaps (void **pdata, const GstTensorsConfig * config)
     g_return_val_if_fail (dim1[i] == 1, NULL);
 
   str = g_strdup_printf ("video/x-raw, format = RGBA, " /* Use alpha channel to make the background transparent */
-      "width = %u, height = %u"
-      , data->width, data->height);
+      "width = %u, height = %u", data->width, data->height);
   caps = gst_caps_from_string (str);
   setFramerateFromConfig (caps, config);
   g_free (str);