diff options
author | Martin Storsjö <martin@martin.st> | 2017-01-11 11:58:02 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2017-02-12 21:57:23 +0200 |
commit | 07b5136c481d394992c7e951967df0cfbb346c0b (patch) | |
tree | 19055a55b28018f9e25a0938cfd654504c70ff89 /libavcodec | |
parent | b0806088d3b27044145b20421da8d39089ae0c6a (diff) | |
download | ffmpeg-07b5136c481d394992c7e951967df0cfbb346c0b.tar.gz |
aarch64: vp9lpf: Fix broken indentation/vertical alignment
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/aarch64/vp9lpf_neon.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aarch64/vp9lpf_neon.S b/libavcodec/aarch64/vp9lpf_neon.S index 2b8a478383..5fafc7ad5c 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 |