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:
@@ -52,8 +52,9 @@ class ObserverRegistration : public CefRegistration {
|
||||
}
|
||||
|
||||
registration->Initialize();
|
||||
if (!callback.is_null())
|
||||
if (!callback.is_null()) {
|
||||
std::move(callback).Run();
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user