]> git.sesse.net Git - vlc/commitdiff
Remove excess whitespace.
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 15 Nov 2007 13:38:33 +0000 (13:38 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 15 Nov 2007 13:38:33 +0000 (13:38 +0000)
src/video_output/vout_subpictures.c

index 3b778f7d82b20e9acf173e0dd0533321da71c7cf..c0f9bae6f6fd3b0c1d95479b17aad20047c2c47c 100644 (file)
@@ -662,7 +662,7 @@ void spu_RenderSubpictures( spu_t *p_spu, video_format_t *p_fmt,
              * dimensions specified - we don't need to scale it.
              */
             if( (p_subpic->i_original_picture_height > 0) &&
-                (p_subpic->i_original_picture_width  <= 0) )
+                (p_subpic->i_original_picture_width <= 0) )
             {
                 pi_scale_height[ k ] = pi_scale_height[ k ] * i_source_video_height /
                                  p_subpic->i_original_picture_height;
@@ -671,7 +671,6 @@ void spu_RenderSubpictures( spu_t *p_spu, video_format_t *p_fmt,
             }
         }
 
-
         /* Set default subpicture aspect ratio */
         if( p_region && p_region->fmt.i_aspect &&
             ( !p_region->fmt.i_sar_num || !p_region->fmt.i_sar_den ) )
@@ -1009,7 +1008,6 @@ void spu_RenderSubpictures( spu_t *p_spu, video_format_t *p_fmt,
                     }
                 }
 
-
                 i_x_offset = __MAX( i_x_offset, 0 );
                 i_y_offset = __MAX( i_y_offset, 0 );