]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/slavio_timer.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / hw / slavio_timer.c
index c9a3a563e43627084a9a618d3e344f25d1d8a2e2..d3c75bf3a7c95341b77b8d427f2a0aecc5397439 100644 (file)
@@ -210,7 +210,7 @@ static int slavio_timer_load(QEMUFile *f, void *opaque, int version_id)
 {
     SLAVIO_TIMERState *s = opaque;
     uint32_t tmp;
-   
+
     if (version_id != 2)
         return -EINVAL;