v4l2: Remove a trailing whitespace
authorZeeshan Ali <zeenix@collabora.co.uk>
Sun, 19 Aug 2018 13:39:16 +0000 (15:39 +0200)
committerZeeshan Ali <zeenix@collabora.co.uk>
Sun, 19 Aug 2018 13:39:16 +0000 (15:39 +0200)
Otherwise, the latest gst-indent check doesn't pass.

sys/v4l2/gstv4l2object.c

index c6e74b0..39b696a 100644 (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;