]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/slavio_intctl.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / hw / slavio_intctl.c
index 98cac6ed7ec0f8866f1444cffff1affd162add08..f604702f88374fd2350eab7885468b023373ebe1 100644 (file)
@@ -308,7 +308,7 @@ static void slavio_intctl_save(QEMUFile *f, void *opaque)
 {
     SLAVIO_INTCTLState *s = opaque;
     int i;
-   
+
     for (i = 0; i < MAX_CPUS; i++) {
        qemu_put_be32s(f, &s->intreg_pending[i]);
     }