From b6934d7f9e220b1acaba6f424834f419817b6a19 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 20 Jul 2008 20:02:09 +0000 Subject: [PATCH] cosmetics: Reindent two misplaced braces. Originally committed as revision 14317 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/dsputil_ppc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/ppc/dsputil_ppc.c b/libavcodec/ppc/dsputil_ppc.c index 28bcf2cab..bc569bf28 100644 --- a/libavcodec/ppc/dsputil_ppc.c +++ b/libavcodec/ppc/dsputil_ppc.c @@ -300,8 +300,8 @@ void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx) perfdata[j][i][powerpc_data_max] = 0x0000000000000000ULL; perfdata[j][i][powerpc_data_sum] = 0x0000000000000000ULL; perfdata[j][i][powerpc_data_num] = 0x0000000000000000ULL; - } - } + } + } } #endif /* CONFIG_POWERPC_PERF */ } -- 2.11.0