From b4e355c89e23664b8dac26936bf3fa7e7bc2110f Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Mon, 10 Mar 2014 21:44:26 +0100 Subject: [PATCH] copy_block: K&R formatting cosmetics --- libavcodec/copy_block.h | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/libavcodec/copy_block.h b/libavcodec/copy_block.h index ec465db434..5dfdabc4b4 100644 --- a/libavcodec/copy_block.h +++ b/libavcodec/copy_block.h @@ -26,35 +26,32 @@ static inline void copy_block8(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) { int i; - for(i=0; i