]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.h
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / vl.h
diff --git a/vl.h b/vl.h
index f8d12a39366cbfce78653753ac7d46cacce9bfa3..9e5418073e900abb95b74077723b89f939b7a1c7 100644 (file)
--- a/vl.h
+++ b/vl.h
@@ -798,7 +798,7 @@ struct PCIDevice {
     int devfn;
     char name[64];
     PCIIORegion io_regions[PCI_NUM_REGIONS];
-   
+
     /* do not access the following fields */
     PCIConfigReadFunc *config_read;
     PCIConfigWriteFunc *config_write;