code style fix

This commit is contained in:
evgenyzinoviev 2016-01-15 17:40:42 +01:00
parent b75dccb0be
commit 64f310168c

View file

@ -375,7 +375,8 @@ bool NativeWindowViews::IsFullscreen() const {
return window_->IsFullscreen();
}
void NativeWindowViews::SetBounds(const gfx::Rect& bounds, bool animate = false) {
void NativeWindowViews::SetBounds(const gfx::Rect& bounds,
bool animate = false) {
#if defined(USE_X11)
// On Linux the minimum and maximum size should be updated with window size
// when window is not resizable.