[MOVED FROM BAD] don't mix tabs and spaces

Original commit message from CVS:
don't mix tabs and spaces
This commit is contained in:
Thomas Vander Stichele 2004-03-15 19:32:27 +00:00 committed by Jan Schmidt
parent c3aed629b3
commit 1beae4829c

View File

@ -92,6 +92,7 @@ gst_y4mencode_get_type (void)
0,
(GInstanceInitFunc) gst_y4mencode_init,
};
y4mencode_type = g_type_register_static (GST_TYPE_ELEMENT,
"GstY4mEncode", &y4mencode_info, 0);
}