From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1a8P-0001k2-4h for qemu-devel@nongnu.org; Tue, 23 Jul 2013 06:48:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1a8N-0000oT-ND for qemu-devel@nongnu.org; Tue, 23 Jul 2013 06:48:01 -0400 Received: from mail-pb0-x22d.google.com ([2607:f8b0:400e:c01::22d]:37032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1a8N-0000o7-FP for qemu-devel@nongnu.org; Tue, 23 Jul 2013 06:47:59 -0400 Received: by mail-pb0-f45.google.com with SMTP id mc8so8218071pbc.18 for ; Tue, 23 Jul 2013 03:47:58 -0700 (PDT) From: Jia Liu Date: Tue, 23 Jul 2013 18:47:36 +0800 Message-Id: <1374576458-22808-2-git-send-email-proljc@gmail.com> In-Reply-To: <1374576458-22808-1-git-send-email-proljc@gmail.com> References: <1374576458-22808-1-git-send-email-proljc@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PULL 1/3] hw/openrisc: Indent typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, afaerber@suse.de, anthony@codemonkey.ws Indent typo. Signed-off-by: Jia Liu Reviewed-by: Peter Maydell Reviewed-by: Andreas Färber --- hw/openrisc/openrisc_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/openrisc/openrisc_sim.c b/hw/openrisc/openrisc_sim.c index 924438b..250f5b5 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; -- 1.7.12.4 (Apple Git-37)