changeset 29829:762cbcb0e47f

Cosmetics: Fix indentation after last commit.
author cehoyos
date Tue, 10 Nov 2009 10:05:10 +0000
parents fe055da6637c
children 9fcc27d1fe1f
files libvo/vo_vdpau.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vdpau.c	Tue Nov 10 10:04:32 2009 +0000
+++ b/libvo/vo_vdpau.c	Tue Nov 10 10:05:10 2009 +0000
@@ -1113,7 +1113,7 @@
     case IMGFMT_VDPAU_WMV3:
     case IMGFMT_VDPAU_VC1:
         if (create_vdp_decoder(image_format, vid_width, vid_height, 2))
-        return default_flags;
+            return default_flags;
     }
     return 0;
 }