mirror of
https://github.com/MaskRay/ccls.git
synced 2025-12-15 19:53:26 +00:00
Format sources
This commit is contained in:
parent
d31cc9f076
commit
80d1964394
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user