🎨 Acceptable parts of modernize-*

This commit is contained in:
Anders Jenbo 2021-04-19 20:08:03 +02:00
commit 373f28736f
63 changed files with 608 additions and 665 deletions

View file

@ -123,7 +123,7 @@ static unsigned int nthread_handler(void *data)
bool received;
if (nthread_should_run) {
while (1) {
while (true) {
sgMemCrit.Enter();
if (!nthread_should_run)
break;