mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
Fix CPP formatting
This commit is contained in:
@@ -237,7 +237,7 @@ NativeWindowViews::NativeWindowViews(content::WebContents* web_contents,
|
||||
}
|
||||
#endif
|
||||
|
||||
if(has_frame_) {
|
||||
if (has_frame_) {
|
||||
window_->set_frame_type(views::Widget::FrameType::FRAME_TYPE_FORCE_NATIVE);
|
||||
window_->FrameTypeChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user