diff mpcommon.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 06540eb5ef6a
children 2d14b0b53d8e
line wrap: on
line diff
--- a/mpcommon.c	Tue May 12 19:25:35 2009 +0000
+++ b/mpcommon.c	Wed May 13 02:58:57 2009 +0000
@@ -91,7 +91,7 @@
         current_module = "find_sub";
         if (pts > sub_last_pts || pts < sub_last_pts-1.0) {
             find_sub(subdata, (pts+sub_delay) *
-                     (subdata->sub_uses_time ? 100. : sub_fps)); 
+                     (subdata->sub_uses_time ? 100. : sub_fps));
             if (vo_sub) vo_sub_last = vo_sub;
             // FIXME! frame counter...
             sub_last_pts = pts;