From: Jaeyun Date: Fri, 15 Feb 2019 02:43:03 +0000 (+0900) Subject: [Build] fix indent error X-Git-Tag: v0.1.1~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a611e154758d5e3327a03e38a39a33cc98f13dc;p=platform%2Fupstream%2Fnnstreamer.git [Build] fix indent error ci report - indent error in tensor-converter Signed-off-by: Jaeyun Jung --- diff --git a/gst/nnstreamer/tensor_converter/tensor_converter.c b/gst/nnstreamer/tensor_converter/tensor_converter.c index da0faf2..8f30ce3 100644 --- a/gst/nnstreamer/tensor_converter/tensor_converter.c +++ b/gst/nnstreamer/tensor_converter/tensor_converter.c @@ -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; }