mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
taglist: remove blank lines in variable declarations
This commit is contained in:
parent
ca320242f3
commit
b45abd2710
1 changed files with 0 additions and 2 deletions
|
@ -343,7 +343,6 @@ void
|
||||||
gst_tag_merge_strings_with_comma (GValue * dest, const GValue * src)
|
gst_tag_merge_strings_with_comma (GValue * dest, const GValue * src)
|
||||||
{
|
{
|
||||||
GString *str;
|
GString *str;
|
||||||
|
|
||||||
gint i, count;
|
gint i, count;
|
||||||
|
|
||||||
count = gst_value_list_get_size (src);
|
count = gst_value_list_get_size (src);
|
||||||
|
@ -409,7 +408,6 @@ gst_tag_register (const gchar * name, GstTagFlag flag, GType type,
|
||||||
const gchar * nick, const gchar * blurb, GstTagMergeFunc func)
|
const gchar * nick, const gchar * blurb, GstTagMergeFunc func)
|
||||||
{
|
{
|
||||||
GQuark key;
|
GQuark key;
|
||||||
|
|
||||||
GstTagInfo *info;
|
GstTagInfo *info;
|
||||||
|
|
||||||
g_return_if_fail (name != NULL);
|
g_return_if_fail (name != NULL);
|
||||||
|
|
Loading…
Reference in a new issue