Skip to content

Commit cc4f75d

Browse files
committed
codestyle fix
1 parent 1920596 commit cc4f75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ bool BrowserApp::OnProcessMessageReceived(CefRefPtr<CefBrowser> browser,
416416
CefRefPtr<CefV8Value> dispatchEvent =
417417
globalObj->GetValue("dispatchEvent");
418418

419-
If (dispatchEvent && dispatchEvent->IsFunction()) {
419+
if (dispatchEvent && dispatchEvent->IsFunction()) {
420420
dispatchEvent->ExecuteFunction(nullptr, arguments);
421421
}
422422
context->Exit();

0 commit comments

Comments
 (0)