fmt fixes

This commit is contained in:
RogueMaster
2022-11-02 19:24:48 -04:00
parent ac08140a0c
commit 943809f385
20 changed files with 69 additions and 70 deletions

View File

@@ -149,8 +149,8 @@ int32_t mandelbrot_app(void* p) {
case InputKeyBack:
processing = false;
break;
default:
break;
default:
break;
}
}
}