[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 16/27] util/qemu-timer: fix indentation
From: |
Alex Bennée |
Subject: |
[PATCH v2 16/27] util/qemu-timer: fix indentation |
Date: |
Wed, 18 Dec 2024 16:20:52 +0000 |
Purely cosmetic.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
util/qemu-timer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/qemu-timer.c b/util/qemu-timer.c
index ffe9a3c5c1..7b71655416 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.
--
2.39.5
- [PATCH v2 24/27] tests/vm: fix build_path based path, (continued)
- [PATCH v2 24/27] tests/vm: fix build_path based path, Alex Bennée, 2024/12/18
- [PATCH v2 23/27] tests/lcitool: remove temp workaround for debian mips64el, Alex Bennée, 2024/12/18
- [PATCH v2 21/27] tests/lcitool: bump to latest version of libvirt-ci, Alex Bennée, 2024/12/18
- [PATCH v2 27/27] pc-bios: ensure keymaps dependencies set vnc tests, Alex Bennée, 2024/12/18
- [PATCH v2 17/27] tests/qtest: remove clock_steps from virtio tests, Alex Bennée, 2024/12/18
- [PATCH v2 18/27] system/qtest: properly feedback results of clock_[step|set], Alex Bennée, 2024/12/18
- [PATCH v2 26/27] tests/vm: allow interactive login as root, Alex Bennée, 2024/12/18
- [PATCH v2 16/27] util/qemu-timer: fix indentation,
Alex Bennée <=