Skip to content
Snippets Groups Projects
Commit 8e953a65 authored by Alastair D'Silva's avatar Alastair D'Silva Committed by Peter Maydell
Browse files

hw/arm: remove trailing whitespace


Remove trailing whitespace in hw/arm/pxa2xx.c

Signed-off-by: default avatarAlastair D'Silva <alastair@d-silva.org>
Message-id: 20161202054617.6749-3-alastair@au1.ibm.com
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent 26d5df95
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment