[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 16/20] util/qemu-timer: fix indentation
From: |
Alex Bennée |
Subject: |
[PATCH 16/20] util/qemu-timer: fix indentation |
Date: |
Tue, 10 Dec 2024 20:43:45 +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 09/20] tests/functional: update the ppc64 tuxrun tests, (continued)
- [PATCH 13/20] tests/functional: update the sparc64 tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 11/20] tests/functional: update the riscv64 tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 16/20] util/qemu-timer: fix indentation,
Alex Bennée <=
- [PATCH 14/20] tests/functional: update the x86_64 tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 19/20] tests/functional: remove hacky sleep from the tests, Alex Bennée, 2024/12/10
- [PATCH 18/20] system/qtest: properly feedback results of clock_[step|set], Alex Bennée, 2024/12/10
- [PATCH 17/20] tests/qtest: move clock_steps to after checks, Alex Bennée, 2024/12/10