mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 09:50:26 +00:00
Minor style fix
This commit is contained in:
parent
d145bcebc5
commit
0d091b69cf
@ -657,8 +657,9 @@ bool ClangCompleteManager::EnsureCompletionOrCreatePreloadSession(
|
||||
|
||||
// Check for an existing CompletionSession.
|
||||
if (preloaded_sessions_.TryGetEntry(filename) ||
|
||||
completion_sessions_.TryGetEntry(filename))
|
||||
completion_sessions_.TryGetEntry(filename)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// No CompletionSession, create new one.
|
||||
auto session = std::make_shared<CompletionSession>(
|
||||
|
Loading…
Reference in New Issue
Block a user