[MOVED FROM BAD 08/68] 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 Wim Taymans
parent 5c6a30bd77
commit b99391b709
2 changed files with 204 additions and 203 deletions

View file

@ -474,6 +474,7 @@ gst_colorspace_get_type (void)
0,
(GInstanceInitFunc) gst_colorspace_init,
};
colorspace_type =
g_type_register_static (GST_TYPE_ELEMENT, "GstColorspace",
&colorspace_info, 0);