mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
don't mix tabs and spaces
Original commit message from CVS: don't mix tabs and spaces
This commit is contained in:
parent
583a2aa96b
commit
c3ceea3107
1 changed files with 8 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue