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/progressreport.h | |
| parent | 787124dad6657d2c79134f611ae960f1666ca156 (diff) | |
debug: indent before renaming
Diffstat (limited to 'gst/debug/progressreport.h')
| -rw-r--r-- | gst/debug/progressreport.h | 8 |
1 files changed, 2 insertions, 6 deletions
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 <gst/base/gstbasetransform.h> 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__ */ |
