1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

increasing the readability of the code

This commit is contained in:
Stefan Lankes 2015-07-08 20:11:36 +02:00
parent 71d2152df8
commit 46e229ba7c

View file

@ -127,8 +127,8 @@ int smp_main(void)
while(1) {
check_workqueues();
HALT;
}
HALT;
}
return 0;
}