taglist: remove blank lines in variable declarations

This commit is contained in:
Stefan Kost 2010-02-16 10:27:18 +02:00
parent ca320242f3
commit b45abd2710

View file

@ -343,7 +343,6 @@ void
gst_tag_merge_strings_with_comma (GValue * dest, const GValue * src)
{
GString *str;
gint i, count;
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)
{
GQuark key;
GstTagInfo *info;
g_return_if_fail (name != NULL);