[Decoder] Remove unneeded blank line
authorWook Song <wook16.song@samsung.com>
Thu, 14 Jun 2018 08:07:01 +0000 (17:07 +0900)
committer문지중/동작제어Lab(SR)/Principal Engineer/삼성전자 <jijoong.moon@samsung.com>
Thu, 14 Jun 2018 08:27:29 +0000 (17:27 +0900)
This patch just removes a unneeded blank line.

Signed-off-by: Wook Song <wook16.song@samsung.com>
tensor_decoder/tensordec.c

index a5f6fcd..0443e89 100644 (file)
@@ -667,7 +667,6 @@ static gboolean
 gst_tensordec_set_caps (GstBaseTransform * trans,
     GstCaps * incaps, GstCaps * outcaps)
 {
-
   GstTensorDec *filter = GST_TENSORDEC_CAST (trans);
   gboolean AddPadding = TRUE;