mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
v4l2: Remove a trailing whitespace
Otherwise, the latest gst-indent check doesn't pass.
This commit is contained in:
parent
ce64f0e0e0
commit
af27ecae3f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue