From: Jia Liu Date: Tue, 23 Jul 2013 10:30:09 +0000 (+0800) Subject: hw/openrisc: Indent typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68f1282882fe3b43b4bc323e03545dc019e2d19a;p=qemu.git hw/openrisc: Indent typo Indent typo. Signed-off-by: Jia Liu Reviewed-by: Peter Maydell Reviewed-by: Andreas Färber --- diff --git a/hw/openrisc/openrisc_sim.c b/hw/openrisc/openrisc_sim.c index 924438bcc2..250f5b5658 100644 --- a/hw/openrisc/openrisc_sim.c +++ b/hw/openrisc/openrisc_sim.c @@ -96,7 +96,7 @@ static void openrisc_sim_init(QEMUMachineInitArgs *args) ram_addr_t ram_size = args->ram_size; const char *cpu_model = args->cpu_model; const char *kernel_filename = args->kernel_filename; - OpenRISCCPU *cpu = NULL; + OpenRISCCPU *cpu = NULL; MemoryRegion *ram; int n;