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
parent 583a2aa96b
commit c3ceea3107

View file

@ -81,6 +81,7 @@ gst_stereo_get_type (void)
0,
(GInstanceInitFunc) gst_stereo_init,
};
stereo_type =
g_type_register_static (GST_TYPE_ELEMENT, "GstStereo", &stereo_info, 0);
}