mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@ -95,8 +95,9 @@ URLLoaderFactoryGetter::GetURLLoaderFactory() {
|
||||
DCHECK(task_runner_->RunsTasksInCurrentSequence());
|
||||
}
|
||||
|
||||
if (lazy_factory_)
|
||||
if (lazy_factory_) {
|
||||
return lazy_factory_;
|
||||
}
|
||||
|
||||
// Bind on the current thread.
|
||||
auto loader_factory =
|
||||
|
Reference in New Issue
Block a user