diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-07-20 20:02:09 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-07-20 20:02:09 +0000 |
commit | b6934d7f9e220b1acaba6f424834f419817b6a19 (patch) | |
tree | aac2f64d2cad4c1a7c8cc956dafdafde29c0c728 | |
parent | e3905ce0afe91ad1422af83334d06d52e4e8fc80 (diff) | |
download | ffmpeg-b6934d7f9e220b1acaba6f424834f419817b6a19.tar.gz |
cosmetics: Reindent two misplaced braces.
Originally committed as revision 14317 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/ppc/dsputil_ppc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ppc/dsputil_ppc.c b/libavcodec/ppc/dsputil_ppc.c index 28bcf2caba..bc569bf284 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 */ } |