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 c6e74b02a0bf3f76ffb74f4602a5f76e198390db..39b696a65ffb7b2cc3c7584bea08395aca50fa4b 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;