mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
gstreamer: parse: Minor whitespace fixups
Mostly replacing some tabs with spaces. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7519>
This commit is contained in:
parent
ba69987114
commit
92d8da92dc
1 changed files with 31 additions and 31 deletions
|
@ -345,7 +345,7 @@ static void gst_parse_free_delayed_set (DelayedSet *set)
|
|||
g_free(set);
|
||||
}
|
||||
|
||||
static void gst_parse_new_child(GstChildProxy *child_proxy, GObject *object,
|
||||
static void gst_parse_new_child (GstChildProxy *child_proxy, GObject *object,
|
||||
const gchar * name, gpointer data);
|
||||
|
||||
static void gst_parse_add_delayed_set (GstElement *element, gchar *name, gchar *value_str)
|
||||
|
|
Loading…
Reference in a new issue