From: Alastair D'Silva Date: Tue, 27 Dec 2016 14:59:29 +0000 (+0000) Subject: hw/arm: remove trailing whitespace X-Git-Tag: v2.9.0-rc0~173^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e953a658fa13b05bea67899a91d8b65f2b89f11;p=thirdparty%2Fqemu.git hw/arm: remove trailing whitespace Remove trailing whitespace in hw/arm/pxa2xx.c Signed-off-by: Alastair D'Silva Message-id: 20161202054617.6749-3-alastair@au1.ibm.com Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- diff --git a/hw/arm/pxa2xx.c b/hw/arm/pxa2xx.c index 21ea1d62106..8aa0f8a23ae 100644 --- a/hw/arm/pxa2xx.c +++ b/hw/arm/pxa2xx.c @@ -2070,7 +2070,7 @@ PXA2xxState *pxa270_init(MemoryRegion *address_space, } if (!revision) revision = "pxa270"; - + s->cpu = cpu_arm_init(revision); if (s->cpu == NULL) { fprintf(stderr, "Unable to find CPU definition\n");