taglist: remove blank lines in variable declarations
authorStefan Kost <ensonic@users.sf.net>
Tue, 16 Feb 2010 08:27:18 +0000 (10:27 +0200)
committerStefan Kost <ensonic@users.sf.net>
Wed, 17 Feb 2010 07:50:35 +0000 (09:50 +0200)
gst/gsttaglist.c

index b87aa4e..d635df1 100644 (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);