Re: [PATCH] hw/core/machine: Fix indentation

2025-05-05 Thread Thomas Huth
On 04/05/2025 23.56, Gustavo Romero wrote: Fix indentation for some elements in the hardware compat arrays. Signed-off-by: Gustavo Romero --- hw/core/machine.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/core/machine.c b/hw/core/machine.c index ed01798d37..

[PATCH] hw/core/machine: Fix indentation

2025-05-04 Thread Gustavo Romero
Fix indentation for some elements in the hardware compat arrays. Signed-off-by: Gustavo Romero --- hw/core/machine.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/core/machine.c b/hw/core/machine.c index ed01798d37..b8ae155dfa 100644 --- a/hw/core/machine.c +++ b