summaryrefslogtreecommitdiff
path: root/libavcodec/alpha
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2015-09-28 14:03:36 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-03 23:34:56 +0200
commitf827a170052e16445366cd34ca0cb6c12fd000a6 (patch)
tree19f65e987a5c96a4497c71fa0897288c69c01311 /libavcodec/alpha
parentc4c389aa146a8a4e6fb8cfe43ddeea537e9cb510 (diff)
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.c2
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;
}