On 24/8/26 12:28, Peter Maydell wrote:
In this file we don't put blank lines between cases in switches,
except that for the switch in config_readl() we've written it half
with blank lines and half without. Delete the blank lines to make it
consistent with itself and the rest of the file.
Signed-off-by: Peter Maydell <[email protected]>
---
I figured probably better to do this before adding a bunch
more cases to the switch, which virt support will do.
---
hw/intc/arm_gicv5.c | 15 ---------------
1 file changed, 15 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>