On Wed, 10 Sept 2025 at 11:48, Harshini <[email protected]> wrote: > > Signed-off-by: Harshini <[email protected]> > --- > target/alpha/cpu.h | 6 +- > target/i386/cpu.h | 330 +++++++++---------- > target/i386/svm.h | 334 +++++++++---------- > target/microblaze/cpu.h | 20 +- > tests/tcg/alpha/test-cond.c | 36 +- > tests/tcg/arm/hello-arm.c | 160 ++++----- > tests/tcg/i386/test-i386-ssse3.c | 92 +++--- > tests/tcg/i386/test-i386.c | 52 +-- > tests/tcg/mips/hello-mips.c | 28 +- > tests/tcg/multiarch/sha1.c | 5 +- > tests/tcg/multiarch/test-mmap.c | 547 ++++++++++++++++--------------- > 11 files changed, 805 insertions(+), 805 deletions(-)
Please don't try to do this kind of thing as a single massive tree-wide patch: it makes it unreviewable. More generally, we usually don't try to fix up coding style or formatting in older code unless we're touching that area of the code anyway. thanks -- PMM
