summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Maydell2021-08-12 11:33:45 +0200
committerPeter Maydell2021-09-01 12:08:19 +0200
commit7580384b34da99134d1162729957ed63ae2da230 (patch)
treeae6f6a955bdbd88e0fa9196d902b61b97f3dc3de
parenthw/arm/stm32f405: Wire up sysclk and refclk (diff)
downloadqemu-7580384b34da99134d1162729957ed63ae2da230.tar.gz
qemu-7580384b34da99134d1162729957ed63ae2da230.tar.xz
qemu-7580384b34da99134d1162729957ed63ae2da230.zip
hw/arm/stm32vldiscovery: Delete trailing blank line
Delete the trailing blank line at the end of the source file. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alexandre Iooss <erdnaxe@crans.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Luc Michel <luc@lmichel.fr> Message-id: 20210812093356.1946-15-peter.maydell@linaro.org
-rw-r--r--hw/arm/stm32vldiscovery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/stm32vldiscovery.c b/hw/arm/stm32vldiscovery.c
index 07e401a818..9b79004703 100644
--- a/hw/arm/stm32vldiscovery.c
+++ b/hw/arm/stm32vldiscovery.c
@@ -65,4 +65,3 @@ static void stm32vldiscovery_machine_init(MachineClass *mc)
}
DEFINE_MACHINE("stm32vldiscovery", stm32vldiscovery_machine_init)
-