]> Git Repo - qemu.git/commitdiff
hw/arm: remove trailing whitespace
authorAlastair D'Silva <[email protected]>
Tue, 27 Dec 2016 14:59:29 +0000 (14:59 +0000)
committerPeter Maydell <[email protected]>
Tue, 27 Dec 2016 14:59:29 +0000 (14:59 +0000)
Remove trailing whitespace in hw/arm/pxa2xx.c

Signed-off-by: Alastair D'Silva <[email protected]>
Message-id: 20161202054617[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/pxa2xx.c

index 21ea1d6210645deb324a62b582dc50f947d9810d..8aa0f8a23aee2ed3777f63ba26862aef1134be62 100644 (file)
@@ -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");
This page took 0.02396 seconds and 4 git commands to generate.