diff options
| author | Alastair D'Silva | 2016-12-27 15:59:29 +0100 |
|---|---|---|
| committer | Peter Maydell | 2016-12-27 15:59:29 +0100 |
| commit | 8e953a658fa13b05bea67899a91d8b65f2b89f11 (patch) | |
| tree | 2355d6e16296960807cef29fcb3ffcc692542cc8 | |
| parent | aspeed/smc: set the number of flash modules for the FMC controller (diff) | |
| download | qemu-8e953a658fa13b05bea67899a91d8b65f2b89f11.tar.gz qemu-8e953a658fa13b05bea67899a91d8b65f2b89f11.tar.xz qemu-8e953a658fa13b05bea67899a91d8b65f2b89f11.zip | |
hw/arm: remove trailing whitespace
Remove trailing whitespace in hw/arm/pxa2xx.c
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Message-id: 20161202054617.6749-3-alastair@au1.ibm.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
| -rw-r--r-- | hw/arm/pxa2xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/pxa2xx.c b/hw/arm/pxa2xx.c index 21ea1d6210..8aa0f8a23a 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"); |
