]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pl181.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / hw / pl181.c
index b450e580ab9414f010bde64f0c498029722148ed..a905cbb2100c4a2adf9e7c5033473c2c32841eca 100644 (file)
@@ -177,7 +177,7 @@ error:
 /* Transfer data between the card and the FIFO.  This is complicated by
    the FIFO holding 32-bit words and the card taking data in single byte
    chunks.  FIFO bytes are transferred in little-endian order.  */
-  
+
 static void pl181_fifo_run(pl181_state *s)
 {
     uint32_t bits;