Skip to content

Commit 1a1f4a5

Browse files
stsquadphilmd
authored andcommitted
util/qemu-timer: fix indentation
Purely cosmetic. Signed-off-by: Alex Bennée <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-ID: <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
1 parent edbceac commit 1a1f4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/qemu-timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ int64_t qemu_clock_advance_virtual_time(int64_t dest)
680680
aio_context = qemu_get_aio_context();
681681

682682
deadline = qemu_clock_deadline_ns_all(QEMU_CLOCK_VIRTUAL,
683-
QEMU_TIMER_ATTR_ALL);
683+
QEMU_TIMER_ATTR_ALL);
684684
/*
685685
* A deadline of < 0 indicates this timer is not enabled, so we
686686
* won't get far trying to run it forward.

0 commit comments

Comments
 (0)