code style fix
authorevgenyzinoviev <me@ch1p.com>
Fri, 15 Jan 2016 16:40:42 +0000 (17:40 +0100)
committerevgenyzinoviev <me@ch1p.com>
Fri, 15 Jan 2016 16:40:42 +0000 (17:40 +0100)
atom/browser/native_window_views.cc

index 6d4030b..ad08604 100644 (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.