Format sources

This commit is contained in:
zs 2025-11-30 18:44:21 +08:00
parent d31cc9f076
commit 80d1964394
2 changed files with 3 additions and 5 deletions

View File

@ -686,9 +686,7 @@ void mainLoop() {
// If the "exit" notification has been received, clear all index requests
// to make indexers stop in time.
if (g_quit.load(std::memory_order_relaxed)) {
index_request->apply([&](std::deque<IndexRequest> &q) {
q.clear();
});
index_request->apply([&](std::deque<IndexRequest> &q) { q.clear(); });
}
bool indexed = false;