Skip to content

arm: Consistently use 8/24 columns indentation for assembly

Martin Storsjö requested to merge mstorsjo/dav1d:arm-indent into master

For cases with indented, nested .if/.macro in asm.S, ident those by 4 chars.

Some initial assembly files were indented to 4/16 columns, while all the actual implementation files, starting with src/arm/64/mc.S, have used 8/24 for indentation.

Merge request reports