diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2024-12-18 16:20:52 +0000 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-20 17:44:57 +0100 |
commit | 1a1f4a51f3708619fdda48dd061cf527778554af (patch) | |
tree | 20a6110f1a187ec6c336c27f895aaeb78a0071c3 | |
parent | edbceacf5ad0b2d5b863ebf21811e92e25803803 (diff) | |
download | qemu-1a1f4a51f3708619fdda48dd061cf527778554af.zip qemu-1a1f4a51f3708619fdda48dd061cf527778554af.tar.gz qemu-1a1f4a51f3708619fdda48dd061cf527778554af.tar.bz2 |
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>
-rw-r--r-- | util/qemu-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/qemu-timer.c b/util/qemu-timer.c index 16f847f..0e8a453 100644 --- a/util/qemu-timer.c +++ b/util/qemu-timer.c @@ -680,7 +680,7 @@ int64_t qemu_clock_advance_virtual_time(int64_t dest) aio_context = qemu_get_aio_context(); 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 * won't get far trying to run it forward. |