From 10faf314d4ba72b62875ee603eb7154459f95dbc Mon Sep 17 00:00:00 2001 From: "Michael S. Barthelemy" Date: Thu, 16 Jul 2015 14:26:48 -0400 Subject: [PATCH] fix line length issue --- atom/browser/native_window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atom/browser/native_window.h b/atom/browser/native_window.h index e9e159a7ea3b..248a8a5338d7 100644 --- a/atom/browser/native_window.h +++ b/atom/browser/native_window.h @@ -288,7 +288,8 @@ class NativeWindow : public content::WebContentsObserver, // Page's default zoom factor. double zoom_factor_; - // Used to maintain the aspect ratio of a view which is inside of the content view. + // Used to maintain the aspect ratio of a view which is inside of the + // content view. double interiorContentAspectRatio = 0.0; gfx::Size interiorContentExtraSize;