]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/parallel.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / hw / parallel.c
index 9558c3f17857e28ea9609bd85400cb8f63632d0c..bda3f3a203d5b1f69065ea878d671eb8aae25c4f 100644 (file)
@@ -88,7 +88,7 @@ static void
 parallel_ioport_write_sw(void *opaque, uint32_t addr, uint32_t val)
 {
     ParallelState *s = opaque;
-   
+
     pdebug("write addr=0x%02x val=0x%02x\n", addr, val);
 
     addr &= 7;