mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
util/qemu-timer: fix indentation
Purely cosmetic. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20241218162104.3493551-17-alex.bennee@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
edbceacf5a
commit
1a1f4a51f3
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ int64_t qemu_clock_advance_virtual_time(int64_t dest)
|
||||||
aio_context = qemu_get_aio_context();
|
aio_context = qemu_get_aio_context();
|
||||||
|
|
||||||
deadline = qemu_clock_deadline_ns_all(QEMU_CLOCK_VIRTUAL,
|
deadline = qemu_clock_deadline_ns_all(QEMU_CLOCK_VIRTUAL,
|
||||||
QEMU_TIMER_ATTR_ALL);
|
QEMU_TIMER_ATTR_ALL);
|
||||||
/*
|
/*
|
||||||
* A deadline of < 0 indicates this timer is not enabled, so we
|
* A deadline of < 0 indicates this timer is not enabled, so we
|
||||||
* won't get far trying to run it forward.
|
* won't get far trying to run it forward.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue