This patchset removes hardcoded tabs from target/arm. Normally we're generally against patches which only do style fixups, preferring to fix up code as we need to touch it. But in this case, almost all of the tabs are in the old iwMMXt instruction set handling, which we have not needed to touch in years, so the "fix as we touch it" process isn't going to adjust them. Also, since they're changes to barely-touched code they're not going to cause conflicts with other work-in-progress in that area or be likely to result in future pain trying to do stable backports of bugfixes. So I think it's reasonable to do a bulk fixup in this case, especially for translate.c, which is a file that sees active development in other parts of the same file.
This isn't intended to announce an open season for coding style fixup patches -- that is up to the individual submaintainer and should not be done unsolicited. thanks -- PMM Peter Maydell (3): target/arm: Untabify translate.c target/arm: Untabify iwmmxt_helper.c target/arm: Remove a handful of stray tabs target/arm/cpu.h | 16 +-- target/arm/arm-semi.c | 2 +- target/arm/iwmmxt_helper.c | 234 ++++++++++++++++++------------------- target/arm/translate.c | 122 +++++++++---------- 4 files changed, 187 insertions(+), 187 deletions(-) -- 2.18.0
