Fix clang-format: align trailing comments

This commit is contained in:
Claude 2026-01-12 22:30:43 +00:00
parent 87a568c928
commit 9d7d209d84
No known key found for this signature in database

View File

@ -230,7 +230,7 @@ void CrossPointWebServer::scanFiles(const char* path, const std::function<void(F
}
file.close();
yield(); // Yield to allow WiFi and other tasks to process during long scans
yield(); // Yield to allow WiFi and other tasks to process during long scans
esp_task_wdt_reset(); // Reset watchdog to prevent timeout on large directories
file = root.openNextFile();
}