summaryrefslogtreecommitdiff
path: root/gst/gstinterface.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-03-15 14:31:41 +0000
committerJohan Dahlin <johan@gnome.org>2004-03-15 14:31:41 +0000
commite2b3dc3e4766375f9ddd92a324f9187ee06e7f9e (patch)
tree339c73da055a2e1a8e20abce36987bd4ff849c9a /gst/gstinterface.h
parent37363193ba41518f16743547cae8bdbd59df15ae (diff)
*.h: Revert indentation changes.
Original commit message from CVS: * *.h: Revert indentation changes.
Diffstat (limited to 'gst/gstinterface.h')
-rw-r--r--gst/gstinterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstinterface.h b/gst/gstinterface.h
index 6b1c256040..ca48b242e7 100644
--- a/gst/gstinterface.h
+++ b/gst/gstinterface.h
@@ -55,7 +55,8 @@ typedef struct _GstImplementsInterfaceClass
gboolean (*supported) (GstImplementsInterface * iface, GType iface_type);
gpointer _gst_reserved[GST_PADDING];
-} GstImplementsInterfaceClass;
+}
+GstImplementsInterfaceClass;
#define GST_IMPLEMENTS_INTERFACE_CHECK_INSTANCE_CAST(obj, type, cast_t) \
((cast_t *) gst_implements_interface_cast ((obj), (type)))