From 8e953a658fa13b05bea67899a91d8b65f2b89f11 Mon Sep 17 00:00:00 2001 From: Alastair D'Silva Date: Tue, 27 Dec 2016 14:59:29 +0000 Subject: 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 --- hw/arm/pxa2xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/pxa2xx.c b/hw/arm/pxa2xx.c index 21ea1d6..8aa0f8a 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"); -- cgit v1.1