From c8d6eec85d6a87c9075c87d5eb75af47c964fff8 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 11 Jan 2017 11:58:02 +0200 Subject: aarch64: vp9lpf: Fix broken indentation/vertical alignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is cherrypicked from libav commit 07b5136c481d394992c7e951967df0cfbb346c0b. Signed-off-by: Martin Storsjö --- libavcodec/aarch64/vp9lpf_neon.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/aarch64/vp9lpf_neon.S') diff --git a/libavcodec/aarch64/vp9lpf_neon.S b/libavcodec/aarch64/vp9lpf_neon.S index cd3e26c957..ebfd9bebe3 100644 --- a/libavcodec/aarch64/vp9lpf_neon.S +++ b/libavcodec/aarch64/vp9lpf_neon.S @@ -417,7 +417,7 @@ mov x5, v2.d[0] .ifc \sz, .16b mov x6, v2.d[1] - adds x5, x5, x6 + adds x5, x5, x6 b.ne 1f .else cbnz x5, 1f @@ -430,7 +430,7 @@ mov x5, v7.d[0] .ifc \sz, .16b mov x6, v7.d[1] - adds x5, x5, x6 + adds x5, x5, x6 b.ne 1f .else cbnz x5, 1f -- cgit v1.2.3