[MPlayer-cvslog] r28113 - trunk/libvo/vo_direct3d.c

diego subversion at mplayerhq.hu
Mon Dec 8 12:30:44 CET 2008


Author: diego
Date: Mon Dec  8 12:30:43 2008
New Revision: 28113

Log:
cosmetics: indentation


Modified:
   trunk/libvo/vo_direct3d.c

Modified: trunk/libvo/vo_direct3d.c
==============================================================================
--- trunk/libvo/vo_direct3d.c	(original)
+++ trunk/libvo/vo_direct3d.c	Mon Dec  8 12:30:43 2008
@@ -127,7 +127,8 @@ static void calc_fs_rect(void)
     priv->fs_panscan_rect.right  = priv->src_width;
     priv->fs_panscan_rect.top    = 0;
     priv->fs_panscan_rect.bottom = priv->src_height;
-    if (!vo_fs) return;
+    if (!vo_fs)
+        return;
 
     // adjust for fullscreen aspect and panscan
     aspect(&scaled_width, &scaled_height, A_ZOOM);



More information about the MPlayer-cvslog mailing list