changeset 29757:c4982b7d0664

Cosmetics: Reindent after last commit.
author cehoyos
date Tue, 27 Oct 2009 08:29:07 +0000
parents f497b70b4066
children 39265f6b07ef
files libvo/vo_vdpau.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vdpau.c	Tue Oct 27 08:28:08 2009 +0000
+++ b/libvo/vo_vdpau.c	Tue Oct 27 08:29:07 2009 +0000
@@ -323,7 +323,7 @@
                                                           VDP_OUTPUT_SURFACE_RENDER_ROTATE_0);
         CHECK_ST_WARNING("Error when calling vdp_output_surface_render_output_surface")
     } else
-    video_to_output_surface();
+        video_to_output_surface();
     if (visible_buf)
         flip_page();
 }