From 31304587da246672a240216d95298bb0ba9f9c64 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Thu, 21 Feb 2008 07:55:42 +0000 Subject: [PATCH] indent Originally committed as revision 12166 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 6c0be5d7e9..1514a4a3b0 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -3304,16 +3304,16 @@ static void diff_bytes_c(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w){ long i; #ifndef HAVE_FAST_UNALIGNED if((long)src2 & (sizeof(long)-1)){ - for(i=0; i+7