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:
@ -61,8 +61,9 @@ int MainMessageLoopMultithreadedWin::Run() {
|
||||
// Run the application message loop.
|
||||
while (GetMessage(&msg, nullptr, 0, 0)) {
|
||||
// Allow processing of dialog messages.
|
||||
if (dialog_hwnd_ && IsDialogMessage(dialog_hwnd_, &msg))
|
||||
if (dialog_hwnd_ && IsDialogMessage(dialog_hwnd_, &msg)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg)) {
|
||||
TranslateMessage(&msg);
|
||||
|
Reference in New Issue
Block a user