chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -37,7 +37,6 @@ void ProgressRenderer::_progressStart(int title) {
lastPercent = 0;
this->title = title;
LeaveCriticalSection(&ProgressRenderer::s_progress);
}
void ProgressRenderer::progressStage(int status) {
@@ -61,7 +60,6 @@ void ProgressRenderer::progressStagePercentage(int i) {
EnterCriticalSection(&ProgressRenderer::s_progress);
lastPercent = i;
LeaveCriticalSection(&ProgressRenderer::s_progress);
}
int ProgressRenderer::getCurrentPercent() {