From: Wim Taymans Date: Wed, 29 Feb 2012 15:00:22 +0000 (+0100) Subject: minobject: small .h indent fix X-Git-Tag: RELEASE-0.11.3~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc01e757cfff79ba0338b67e2defff1a4c7972ca;p=platform%2Fupstream%2Fgstreamer.git minobject: small .h indent fix --- diff --git a/gst/gstminiobject.h b/gst/gstminiobject.h index f4807a6..cc67f85 100644 --- a/gst/gstminiobject.h +++ b/gst/gstminiobject.h @@ -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