summaryrefslogtreecommitdiff
path: root/gst/gstpluginfeature.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/gstpluginfeature.h
parent37363193ba41518f16743547cae8bdbd59df15ae (diff)
*.h: Revert indentation changes.
Original commit message from CVS: * *.h: Revert indentation changes.
Diffstat (limited to 'gst/gstpluginfeature.h')
-rw-r--r--gst/gstpluginfeature.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstpluginfeature.h b/gst/gstpluginfeature.h
index b7ee62c08..372242aed 100644
--- a/gst/gstpluginfeature.h
+++ b/gst/gstpluginfeature.h
@@ -64,7 +64,8 @@ typedef struct
{
const gchar *name;
GType type;
-} GstTypeNameData;
+}
+GstTypeNameData;
/* filter */
typedef gboolean (*GstPluginFeatureFilter) (GstPluginFeature * feature,