diff dvdsubenc.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents fde28cb7e3d5
children 0b546eab515d
line wrap: on
line diff
--- a/dvdsubenc.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/dvdsubenc.c	Sat Dec 17 18:14:38 2005 +0000
@@ -190,7 +190,7 @@
         *q++ = h->rects[object_id].y >> 4;
         *q++ = (h->rects[object_id].y << 4) | ((y2 >> 8) & 0xf);
         *q++ = y2;
-        
+
         *q++ = 0x06;
         // offset1, offset2
         putbe16(&q, offset1[object_id]);
@@ -207,7 +207,7 @@
 
     qq = outbuf;
     putbe16(&qq, q - outbuf);
-    
+
     av_log(NULL, AV_LOG_DEBUG, "subtitle_packet size=%td\n", q - outbuf);
     return q - outbuf;
 }