On Thu, Aug 12, 2021 at 7:44 PM Peter Maydell <[email protected]> wrote: > > Delete the trailing blank line at the end of the source file. > > Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Alistair Francis <[email protected]> Alistair > --- > hw/arm/stm32vldiscovery.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/arm/stm32vldiscovery.c b/hw/arm/stm32vldiscovery.c > index 07e401a818d..9b79004703b 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) > - > -- > 2.20.1 > >
