mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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,
|
0,
|
||||||
(GInstanceInitFunc) gst_stereo_init,
|
(GInstanceInitFunc) gst_stereo_init,
|
||||||
};
|
};
|
||||||
|
|
||||||
stereo_type =
|
stereo_type =
|
||||||
g_type_register_static (GST_TYPE_ELEMENT, "GstStereo", &stereo_info, 0);
|
g_type_register_static (GST_TYPE_ELEMENT, "GstStereo", &stereo_info, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue