qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 16/20] util/qemu-timer: fix indentation


From: Thomas Huth
Subject: Re: [PATCH 16/20] util/qemu-timer: fix indentation
Date: Wed, 11 Dec 2024 07:30:29 +0100
User-agent: Mozilla Thunderbird

On 10/12/2024 21.43, Alex Bennée wrote:
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.

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]