cosmetics: indentation

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28113 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-12-08 11:30:43 +00:00
parent 38005bd941
commit a9c80bee77
1 changed files with 2 additions and 1 deletions

View File

@ -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);