mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/arm: Replace TABs for spaces in OMAP board and device code
In hw/arm and include/hw/arm, some source files for the OMAP SoC and the sx1 boards that are our only remaining OMAP boards still have hard-coded tabs (almost entirely used for the indent on inline comments, not for actual code indent). Replace the tabs with spaces using vim :retab. I used 4 spaces except in some defines and comments where I tried to put everything aligned in the same column for better readability. This commit is a purely whitespace-only change. Signed-off-by: Santiago Monserrat Campanello <santimonserr@gmail.com> Message-id: 20250505131130.82206-1-santimonserr@gmail.com Resolves: https://gitlab.com/qemu-project/qemu/-/issues/373 [PMM: expanded commit message] Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
6414b7709d
commit
edf838289b
11 changed files with 1399 additions and 1399 deletions
1016
hw/arm/omap1.c
1016
hw/arm/omap1.c
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
|||
/* omap_sx1.c Support for the Siemens SX1 smartphone emulation.
|
||||
*
|
||||
* Copyright (C) 2008
|
||||
* Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
|
||||
* Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
|
||||
* Copyright (C) 2007 Vladimir Ananiev <vovan888@gmail.com>
|
||||
*
|
||||
* based on PalmOne's (TM) PDAs support (palm.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue