]> git.proxmox.com Git - qemu.git/blobdiff - hw/pl080.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[qemu.git] / hw / pl080.c
index bc1a975d6ebc82e36e9b936eefd38b56038f3a7c..b24cfbaf015924a0b0e1792fce09808028ce3a30 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Arm PrimeCell PL080/PL081 DMA controller
  *
  * Copyright (c) 2006 CodeSourcery.
@@ -111,7 +111,7 @@ again:
                 continue;
             flow = (ch->conf >> 11) & 7;
             if (flow >= 4) {
-                cpu_abort(cpu_single_env, 
+                cpu_abort(cpu_single_env,
                     "pl080_run: Peripheral flow control not implemented\n");
             }
             src_id = (ch->conf >> 1) & 0x1f;