diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2015-09-28 14:03:36 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-03 23:34:56 +0200 |
commit | f827a170052e16445366cd34ca0cb6c12fd000a6 (patch) | |
tree | 19f65e987a5c96a4497c71fa0897288c69c01311 /libavcodec/alpha | |
parent | c4c389aa146a8a4e6fb8cfe43ddeea537e9cb510 (diff) | |
download | ffmpeg-f827a170052e16445366cd34ca0cb6c12fd000a6.tar.gz |
blockdsp: reindent after parameter removal
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/alpha')
-rw-r--r-- | libavcodec/alpha/blockdsp_alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/alpha/blockdsp_alpha.c b/libavcodec/alpha/blockdsp_alpha.c index d8b6f8a145..c6f0964607 100644 --- a/libavcodec/alpha/blockdsp_alpha.c +++ b/libavcodec/alpha/blockdsp_alpha.c @@ -45,5 +45,5 @@ static void clear_blocks_axp(int16_t *blocks) { av_cold void ff_blockdsp_init_alpha(BlockDSPContext *c) { - c->clear_blocks = clear_blocks_axp; + c->clear_blocks = clear_blocks_axp; } |