qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] replace TABs with spaces


From: Thomas Huth
Subject: Re: [PATCH] replace TABs with spaces
Date: Mon, 20 Mar 2023 10:29:38 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 15/03/2023 04.26, Yeqi Fu wrote:
Bring the files in line with the QEMU coding style, with spaces
for indentation.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/378
Signed-off-by: Yeqi Fu <fufuyqqqqqq@gmail.com>
---
  chardev/baum.c                |   66 +-
  hw/char/parallel.c            |   24 +-
  hw/char/serial.c              |   68 +-
  hw/core/loader.c              |   42 +-
  hw/dma/etraxfs_dma.c          |  834 +++++++--------
  hw/gpio/max7310.c             |   22 +-
  hw/input/ads7846.c            |   54 +-
  hw/rtc/m48t59.c               |  150 +--
  hw/rtc/twl92230.c             |  160 +--
  hw/scsi/scsi-bus.c            |    4 +-
  hw/sd/sd.c                    |  184 ++--
  hw/watchdog/wdt_ib700.c       |    2 +-
  include/crypto/aes.h          |    8 +-
  include/crypto/desrfb.h       |   16 +-
  include/disas/dis-asm.h       |   68 +-
  include/elf.h                 | 1800 ++++++++++++++++-----------------
  include/exec/cpu-all.h        |    2 +-
  include/hw/acpi/acpi.h        |    4 +-
  include/hw/elf_ops.h          |   42 +-
  include/hw/pci/pci_bridge.h   |   10 +-
  include/hw/pcmcia.h           |   32 +-
  include/hw/scsi/scsi.h        |    2 +-
  include/hw/sd/sd.h            |    8 +-
  include/hw/virtio/virtio.h    |    2 +-
  include/qemu/bitmap.h         |   52 +-
  include/qemu/compiler.h       |    4 +-
  include/qemu/uri.h            |   32 +-
  pc-bios/optionrom/optionrom.h |  262 ++---
  softmmu/physmem.c             |    2 +-
  tests/unit/test-rcu-list.c    |    2 +-
  util/bitops.c                 |    8 +-
  util/envlist.c                |  202 ++--
  32 files changed, 2084 insertions(+), 2084 deletions(-)

Thank you for tackling this! Changes look fine to me:

Reviewed-by: Thomas Huth <thuth@redhat.com>

I'll take this patch for my next pull request.

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]