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/progressreport.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'gst/debug/progressreport.h') diff --git a/gst/debug/progressreport.h b/gst/debug/progressreport.h index 880efc8a..92886b29 100644 --- a/gst/debug/progressreport.h +++ b/gst/debug/progressreport.h @@ -26,7 +26,6 @@ #include G_BEGIN_DECLS - #define GST_TYPE_PROGRESS_REPORT \ (gst_progress_report_get_type()) #define GST_PROGRESS_REPORT(obj) \ @@ -37,7 +36,6 @@ G_BEGIN_DECLS (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_PROGRESS_REPORT)) #define GST_IS_PROGRESS_REPORT_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_PROGRESS_REPORT)) - typedef struct _GstProgressReport GstProgressReport; typedef struct _GstProgressReportClass GstProgressReportClass; @@ -62,9 +60,7 @@ struct _GstProgressReportClass GstBaseTransformClass parent_class; }; -GType gst_progress_report_get_type(void); +GType gst_progress_report_get_type (void); G_END_DECLS - -#endif /* __GST_PROGRESS_REPORT_H__*/ - +#endif /* __GST_PROGRESS_REPORT_H__ */ -- cgit