]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/linuxload.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / linux-user / linuxload.c
index 8c29f808727d5626d3fabe2d917ce3ca72abe0b6..0efbb76ce4a52799ea1a9d4592608061388d525f 100644 (file)
@@ -182,7 +182,7 @@ int loader_exec(const char * filename, char ** argv, char ** envp,
             return -1;
         }
     }
-   
+
     if(retval>=0) {
         /* success.  Initialize important registers */
         do_init_thread(regs, infop);