浏览代码

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>
Alex Bennée 8 月之前
父节点
当前提交
1a1f4a51f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      util/qemu-timer.c

+ 1 - 1
util/qemu-timer.c

@@ -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.