diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-13 09:32:43 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-13 09:32:43 +0000 |
commit | 1d6198c3b01619151f3227c6461b3d53eeb711e5 (patch) | |
tree | dc5eeca182f772a274a9a9e42bc4817ab03a8d09 /hw/arm_timer.c | |
parent | 8d32699adeb10f9255a5ad7229c2d3aa7a726b5a (diff) | |
download | qemu-1d6198c3b01619151f3227c6461b3d53eeb711e5.tar.gz qemu-1d6198c3b01619151f3227c6461b3d53eeb711e5.tar.bz2 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/arm_timer.c')
-rw-r--r-- | hw/arm_timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm_timer.c b/hw/arm_timer.c index 3ffe9965b4..c93f333d7a 100644 --- a/hw/arm_timer.c +++ b/hw/arm_timer.c @@ -340,4 +340,3 @@ void icp_pit_init(uint32_t base, qemu_irq *pic, int irq) /* This device has no state to save/restore. The component timers will save themselves. */ } - |