summaryrefslogtreecommitdiff
path: root/gst/gstminiobject.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-02-29 16:00:22 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-02-29 17:37:09 +0100
commitfc01e757cfff79ba0338b67e2defff1a4c7972ca (patch)
tree711b0be0e1ccb43fa8936201aae01662f3f749cd /gst/gstminiobject.h
parentebe525be4c19f87c9b7a0dd62f6db087dcca62c7 (diff)
minobject: small .h indent fix
Diffstat (limited to 'gst/gstminiobject.h')
-rw-r--r--gst/gstminiobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstminiobject.h b/gst/gstminiobject.h
index f4807a6e3..cc67f8558 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