summaryrefslogtreecommitdiffstats
path: root/hw/pl011.c
diff options
context:
space:
mode:
authorblueswir12008-12-13 10:32:43 +0100
committerblueswir12008-12-13 10:32:43 +0100
commit1d6198c3b01619151f3227c6461b3d53eeb711e5 (patch)
treedc5eeca182f772a274a9a9e42bc4817ab03a8d09 /hw/pl011.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/pl011.c')
-rw-r--r--hw/pl011.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pl011.c b/hw/pl011.c
index dd6994c41f..468d48a926 100644
--- a/hw/pl011.c
+++ b/hw/pl011.c
@@ -309,4 +309,3 @@ void pl011_init(uint32_t base, qemu_irq irq,
}
register_savevm("pl011_uart", -1, 1, pl011_save, pl011_load, s);
}
-