From af27ecae3fd149ac3be804cf4d9ded2f976ee90a Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sun, 19 Aug 2018 15:39:16 +0200 Subject: [PATCH] v4l2: Remove a trailing whitespace Otherwise, the latest gst-indent check doesn't pass. --- sys/v4l2/gstv4l2object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c index c6e74b02a..39b696a65 100644 --- a/sys/v4l2/gstv4l2object.c +++ b/sys/v4l2/gstv4l2object.c @@ -926,7 +926,7 @@ gst_v4l2_object_close (GstV4l2Object * v4l2object) g_free (v4l2object->par); v4l2object->par = NULL; } - + if (v4l2object->channel) { g_free (v4l2object->channel); v4l2object->channel = NULL; -- 2.34.1