]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/elf_ops.h
avoid TABs in files that only contain a few
[mirror_qemu.git] / include / hw / elf_ops.h
index af0a058e1d84785daab1f1bbc62a3c100b281347..e2cb6751955110c509276ce5dd774987d0e66ad0 100644 (file)
@@ -343,7 +343,7 @@ static int glue(load_elf, SZ)(const char *name, int fd,
     }
 
     if (pentry)
-       *pentry = (uint64_t)(elf_sword)ehdr.e_entry;
+        *pentry = (uint64_t)(elf_sword)ehdr.e_entry;
 
     glue(load_symbols, SZ)(&ehdr, fd, must_swab, clear_lsb, sym_cb);