Fix clang-format: align trailing comments

This commit is contained in:
Claude
2026-01-12 22:30:43 +00:00
parent 87a568c928
commit 9d7d209d84

View File

@@ -230,7 +230,7 @@ void CrossPointWebServer::scanFiles(const char* path, const std::function<void(F
} }
file.close(); 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 esp_task_wdt_reset(); // Reset watchdog to prevent timeout on large directories
file = root.openNextFile(); file = root.openNextFile();
} }