[Build] fix indent error
authorJaeyun <jy1210.jung@samsung.com>
Fri, 15 Feb 2019 02:43:03 +0000 (11:43 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 15 Feb 2019 06:19:07 +0000 (15:19 +0900)
ci report - indent error in tensor-converter

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
gst/nnstreamer/tensor_converter/tensor_converter.c

index da0faf2..8f30ce3 100644 (file)
@@ -1174,7 +1174,8 @@ gst_tensor_converter_parse_caps (GstTensorConverter * self,
         GST_ERROR_OBJECT (self,
             "Failed to get tensor info, need to update dimension and type.");
 
-        g_critical ("Please set the properties input-dim and input-type to convert stream.\n"
+        g_critical
+            ("Please set the properties input-dim and input-type to convert stream.\n"
             "For example, input-dim=30:1 input-type=unit8 to handle 30 bytes of bin data.");
         return FALSE;
       }