[Style Fix] Indentation Error Fix.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 4 Sep 2018 10:26:31 +0000 (19:26 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Tue, 4 Sep 2018 10:48:43 +0000 (19:48 +0900)
As the CI system returns, we got unchecked style error.
Fixes CI style error found with PR #487

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
gst/tensor_filter/tensor_filter.c

index 3fcfa3b..c73aad4 100644 (file)
@@ -491,7 +491,7 @@ gst_tensor_filter_fix_caps (GstTensor_Filter * filter, gboolean isInput,
 
     /* 3-1.2. Configure resultCap from rdim/rtype */
     if (resultCaps == NULL) {
-      rank = gst_tensor_filter_get_rank ( meta.dims[0]);
+      rank = gst_tensor_filter_get_rank (meta.dims[0]);
       resultCaps =
           gst_caps_new_simple ("other/tensor", "rank", G_TYPE_INT, rank,
           "type", G_TYPE_STRING, tensor_element_typename[meta.types[0]], "dim1",