fix linting error

This commit is contained in:
liusi 2016-11-11 17:57:22 +08:00
parent a69ee76705
commit 356d0520ae

View file

@ -571,7 +571,7 @@ void NativeWindowViews::SetContentSizeConstraints(
void NativeWindowViews::SetResizable(bool resizable) {
#if defined(OS_WIN)
if(has_frame()) {
if (has_frame()) {
FlipWindowStyle(GetAcceleratedWidget(), resizable, WS_THICKFRAME);
}
#elif defined(USE_X11)