]> git.proxmox.com Git - qemu.git/blobdiff - hw/serial.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu.git] / hw / serial.c
index ac3995b9478c659e9da6f06416dd42dc8820620e..36a7cc4e3d5ce87f4e0506d3de7163d09cc143fd 100644 (file)
@@ -142,7 +142,7 @@ static void serial_ioport_write(void *opaque, uint32_t addr, uint32_t val)
 {
     SerialState *s = opaque;
     unsigned char ch;
-   
+
     addr &= 7;
 #ifdef DEBUG_SERIAL
     printf("serial: write addr=0x%02x val=0x%02x\n", addr, val);