diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-04-15 15:43:04 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-04-15 16:13:34 +0300 |
commit | 99fcc86ee441d34752b39e382014d5a8a5cb04b0 (patch) | |
tree | 7e73c7baee67685b82d4daba7aca5b047352c17e /gst/debug/tests.h | |
parent | 787124dad6657d2c79134f611ae960f1666ca156 (diff) |
debug: indent before renaming
Diffstat (limited to 'gst/debug/tests.h')
-rw-r--r-- | gst/debug/tests.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gst/debug/tests.h b/gst/debug/tests.h index 444a1c19..9926af62 100644 --- a/gst/debug/tests.h +++ b/gst/debug/tests.h @@ -25,15 +25,14 @@ typedef struct _GstTestInfo GstTestInfo; -struct _GstTestInfo { - GParamSpec * (* get_spec) (const GstTestInfo *info, gboolean compare_value); - gpointer (* new) (const GstTestInfo *info); - void (* add) (gpointer test, - GstBuffer *buffer); - gboolean (* finish) (gpointer test, GValue *value); - void (* get_value) (gpointer test, - GValue *value); - void (* free) (gpointer test); +struct _GstTestInfo +{ + GParamSpec *(*get_spec) (const GstTestInfo * info, gboolean compare_value); + gpointer (*new) (const GstTestInfo * info); + void (*add) (gpointer test, GstBuffer * buffer); + gboolean (*finish) (gpointer test, GValue * value); + void (*get_value) (gpointer test, GValue * value); + void (*free) (gpointer test); }; extern const GstTestInfo tests[]; |