Remove trailing spaces in misc sources.
Change-Id: I573d4e816112b7401b3c824fbe773b85a8601531
diff --git a/hw/android/android_mips.c b/hw/android/android_mips.c
index 8af287b..ed9f42f 100644
--- a/hw/android/android_mips.c
+++ b/hw/android/android_mips.c
@@ -132,7 +132,7 @@
strcpy (kernel_cmd, kernel_cmdline);
cpu_physical_memory_write(ram_size - TARGET_PAGE_SIZE, (void *)kernel_cmd, strlen(kernel_cmd) + 1);
-
+
#if 0
if (initrd_size > 0)
sprintf (phys_ram_base+cmdline, "%s rd_start=0x" TARGET_FMT_lx " rd_size=%li",