minobject: small .h indent fix
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 29 Feb 2012 15:00:22 +0000 (16:00 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 29 Feb 2012 16:37:09 +0000 (17:37 +0100)
gst/gstminiobject.h

index f4807a6..cc67f85 100644 (file)
@@ -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