qtdemux: Remove white space at end of line
authorSeungha Yang <pudding8757@gmail.com>
Mon, 11 Dec 2017 15:14:02 +0000 (00:14 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 29 Jan 2018 18:42:47 +0000 (18:42 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=791483

gst/isomp4/qtdemux.h

index 18a1398..ad4da3e 100644 (file)
@@ -142,7 +142,7 @@ struct _GstQTDemux {
 
   /* Set to TRUE when all streams have been exposed */
   gboolean exposed;
-    
+
   gint64 chapters_track_id;
 
   /* protection support */
@@ -154,7 +154,7 @@ struct _GstQTDemux {
 
 
   /*
-   * ALL VARIABLES BELOW ARE ONLY USED IN PUSH-BASED MODE 
+   * ALL VARIABLES BELOW ARE ONLY USED IN PUSH-BASED MODE
    */
   GstAdapter *adapter;
   guint neededbytes;