diff oggparsetheora.c @ 885:da1d5db0ce5c libavformat

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents feca73904e67
children d70e50f1495f
line wrap: on
line diff
--- a/oggparsetheora.c	Sat Dec 17 17:57:03 2005 +0000
+++ b/oggparsetheora.c	Sat Dec 17 18:14:38 2005 +0000
@@ -68,7 +68,7 @@
         skip_bits(&gb, 64);
         st->codec->time_base.den = get_bits(&gb, 32);
         st->codec->time_base.num = get_bits(&gb, 32);
-        
+
         st->codec->sample_aspect_ratio.num = get_bits(&gb, 24);
         st->codec->sample_aspect_ratio.den = get_bits(&gb, 24);