jpegdec: Remove trailing white space
authorSeungha Yang <seungha@centricular.com>
Mon, 26 Feb 2024 14:14:54 +0000 (23:14 +0900)
committerSeungha Yang <seungha@centricular.com>
Mon, 26 Feb 2024 14:14:54 +0000 (23:14 +0900)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6181>

subprojects/gst-plugins-good/ext/jpeg/gstjpegdec.c

index a290e952b41185e76f1f8dfcb51442459c03c6f5..e69589fcea59dde7f1ffc5f795ffb20859fa8c93 100644 (file)
@@ -1301,7 +1301,7 @@ gst_jpeg_dec_decode (GstJpegDec * dec, GstVideoFrame * vframe, guint width,
     GST_LOG_OBJECT (dec, "decompressing (required scanline buffer height = %u)",
         dec->cinfo.rec_outbuf_height);
 
-    /* For some widths jpeglib requires more horizontal padding than I420 
+    /* For some widths jpeglib requires more horizontal padding than I420
      * provides. In those cases we need to decode into separate buffers and then
      * copy over the data into our final picture buffer, otherwise jpeglib might
      * write over the end of a line into the beginning of the next line,