Commit 07b5136c authored by Martin Storsjö's avatar Martin Storsjö

aarch64: vp9lpf: Fix broken indentation/vertical alignment

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent b0806088
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment