summaryrefslogtreecommitdiffstats
path: root/hw/mac_dbdma.c
diff options
context:
space:
mode:
authorblueswir12008-12-13 10:32:43 +0100
committerblueswir12008-12-13 10:32:43 +0100
commit1d6198c3b01619151f3227c6461b3d53eeb711e5 (patch)
treedc5eeca182f772a274a9a9e42bc4817ab03a8d09 /hw/mac_dbdma.c
parentRemove useless check_ops.sh (diff)
downloadqemu-1d6198c3b01619151f3227c6461b3d53eeb711e5.tar.gz
qemu-1d6198c3b01619151f3227c6461b3d53eeb711e5.tar.xz
qemu-1d6198c3b01619151f3227c6461b3d53eeb711e5.zip
Remove unnecessary trailing newlines
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6000 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mac_dbdma.c')
-rw-r--r--hw/mac_dbdma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mac_dbdma.c b/hw/mac_dbdma.c
index 74003e60a6..401384c4c8 100644
--- a/hw/mac_dbdma.c
+++ b/hw/mac_dbdma.c
@@ -76,4 +76,3 @@ void dbdma_init (int *dbdma_mem_index)
{
*dbdma_mem_index = cpu_register_io_memory(0, dbdma_read, dbdma_write, NULL);
}
-