mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
minobject: small .h indent fix
This commit is contained in:
parent
ebe525be4c
commit
fc01e757cf
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ GstMiniObject * gst_mini_object_steal (GstMiniObject **olddata);
|
|||
#define GST_DEFINE_MINI_OBJECT_TYPE(TypeName,type_name) \
|
||||
G_DEFINE_BOXED_TYPE(TypeName,type_name, \
|
||||
(GBoxedCopyFunc) gst_mini_object_ref, \
|
||||
(GBoxedFreeFunc)gst_mini_object_unref)
|
||||
(GBoxedFreeFunc) gst_mini_object_unref)
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue