event: fix header formatting
authorTim-Philipp Müller <tim@centricular.com>
Sat, 18 Apr 2015 11:31:02 +0000 (12:31 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 18 Apr 2015 11:31:02 +0000 (12:31 +0100)
gst/gstevent.h

index 67d70d7..56fd8c6 100644 (file)
@@ -534,11 +534,10 @@ GstEvent*      gst_event_new_toc                (GstToc *toc, gboolean updated);
 void           gst_event_parse_toc              (GstEvent *event, GstToc **toc, gboolean *updated);
 
 /* Protection event */
-     GstEvent *gst_event_new_protection (const gchar * system_id,
-    GstBuffer * data, const gchar * origin);
+GstEvent *     gst_event_new_protection         (const gchar * system_id, GstBuffer * data, const gchar * origin);
 
-     void gst_event_parse_protection (GstEvent * event,
-    const gchar ** system_id, GstBuffer ** data, const gchar ** origin);
+void           gst_event_parse_protection       (GstEvent * event, const gchar ** system_id,
+                                                 GstBuffer ** data, const gchar ** origin);
 
 /* buffer */
 GstEvent *      gst_event_new_buffer_size       (GstFormat format, gint64 minsize, gint64 maxsize,