mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +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);
|
g_free (v4l2object->par);
|
||||||
v4l2object->par = NULL;
|
v4l2object->par = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (v4l2object->channel) {
|
if (v4l2object->channel) {
|
||||||
g_free (v4l2object->channel);
|
g_free (v4l2object->channel);
|
||||||
v4l2object->channel = NULL;
|
v4l2object->channel = NULL;
|
||||||
|
|
Loading…
Reference in a new issue