From 99fcc86ee441d34752b39e382014d5a8a5cb04b0 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 15 Apr 2009 15:43:04 +0300 Subject: debug: indent before renaming --- gst/debug/tests.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'gst/debug/tests.h') 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[]; -- cgit