mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-07 17:32:14 +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.
|
// Check for an existing CompletionSession.
|
||||||
if (preloaded_sessions_.TryGetEntry(filename) ||
|
if (preloaded_sessions_.TryGetEntry(filename) ||
|
||||||
completion_sessions_.TryGetEntry(filename))
|
completion_sessions_.TryGetEntry(filename)) {
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
// No CompletionSession, create new one.
|
// No CompletionSession, create new one.
|
||||||
auto session = std::make_shared<CompletionSession>(
|
auto session = std::make_shared<CompletionSession>(
|
||||||
|
Loading…
Reference in New Issue
Block a user