]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/flat.h
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / linux-user / flat.h
index 1fdba514cd5992d03b613377c0e496c8ffdfa218..9b84c7292275cdfa3f96b3af8b8c2c4f2bb9b061 100644 (file)
@@ -38,7 +38,7 @@ struct flat_hdr {
        target_ulong reloc_start;  /* Offset of relocation records from
                                       beginning of file */
        target_ulong reloc_count;  /* Number of relocation records */
-       target_ulong flags;      
+       target_ulong flags;
        target_ulong build_date;   /* When the program/library was built */
        target_ulong filler[5];    /* Reservered, set to zero */
 };