mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Make sure that there is one space between while and condition
This commit is contained in:
@@ -151,9 +151,10 @@ void rtos_stop_running(void)
|
||||
|
||||
nuttx_arch_exit();
|
||||
|
||||
while(1) {
|
||||
arch_hlt();
|
||||
}
|
||||
while (1)
|
||||
{
|
||||
arch_hlt();
|
||||
}
|
||||
}
|
||||
|
||||
int rtos_vnet_init(struct rgmp_vnet *vnet)
|
||||
|
||||
Reference in New Issue
Block a user