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:
@@ -58,8 +58,9 @@ CefScopedSandboxContext::~CefScopedSandboxContext() {
|
||||
}
|
||||
|
||||
bool CefScopedSandboxContext::Initialize(int argc, char** argv) {
|
||||
if (sandbox_context_)
|
||||
if (sandbox_context_) {
|
||||
return false;
|
||||
}
|
||||
sandbox_context_ = cef_sandbox_initialize(argc, argv);
|
||||
return !!sandbox_context_;
|
||||
}
|
||||
|
Reference in New Issue
Block a user