From afa10fa556585d965e3a7d46c2fd5436d29cf3c6 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 25 May 2022 16:31:23 +0200 Subject: `make format` --- robot/hypervisor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'robot') diff --git a/robot/hypervisor.c b/robot/hypervisor.c index 0f754a3..c4e7aba 100644 --- a/robot/hypervisor.c +++ b/robot/hypervisor.c @@ -30,7 +30,8 @@ void w2_hypervisor_main() { if (DBG_ENABLE_CYCLEINFO) siminfo("cycle end\n"); if (!g_w2_sim_headless) usleep(100e3); - if (g_w2_sim_headless && DBG_MAX_CYCLES > -1 && g_w2_hypervisor_cycles > DBG_MAX_CYCLES) exit(0); + if (g_w2_sim_headless && DBG_MAX_CYCLES > -1 && g_w2_hypervisor_cycles > DBG_MAX_CYCLES) + exit(0); #endif g_w2_hypervisor_cycles++; -- cgit v1.2.3