changeset 27367:c4667b965561

cosmetics: reindent after last commit
author compn
date Sat, 02 Aug 2008 18:43:17 +0000
parents 067da68b5b16
children a50cc6945dfd
files libmpcodecs/ve_raw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ve_raw.c	Sat Aug 02 18:41:43 2008 +0000
+++ b/libmpcodecs/ve_raw.c	Sat Aug 02 18:43:17 2008 +0000
@@ -28,7 +28,7 @@
 
 static int set_format(struct vf_instance_s *vf, unsigned int fmt) {
     if (!force_fourcc)
-    mux_v->bih->biCompression = fmt;
+        mux_v->bih->biCompression = fmt;
     
     mux_v->bih->biPlanes = 1;
     if (IMGFMT_IS_RGB(fmt)) {