diff options
author | Johan Dahlin <johan@gnome.org> | 2004-03-15 14:31:41 +0000 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2004-03-15 14:31:41 +0000 |
commit | e2b3dc3e4766375f9ddd92a324f9187ee06e7f9e (patch) | |
tree | 339c73da055a2e1a8e20abce36987bd4ff849c9a /gst/gstinterface.h | |
parent | 37363193ba41518f16743547cae8bdbd59df15ae (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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstinterface.h b/gst/gstinterface.h index 6b1c25604..ca48b242e 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))) |