v4l2: Remove a trailing whitespace

Otherwise, the latest gst-indent check doesn't pass.
This commit is contained in:
Zeeshan Ali 2018-08-19 15:39:16 +02:00
parent ce64f0e0e0
commit af27ecae3f

View file

@ -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;