Great rework and cleanups to ease PowerPC implementations definitions.
[qemu] / loader.c
index aba3ae2..40bcaf6 100644 (file)
--- a/loader.c
+++ b/loader.c
@@ -261,7 +261,7 @@ static void bswap_uboot_header(uboot_image_header_t *hdr)
 /* Load a U-Boot image.  */
 int load_uboot(const char *filename, target_ulong *ep, int *is_linux)
 {
-   
+
     int fd;
     int size;
     uboot_image_header_t h;