From 85517a1eeae0b01210c9bcd927c1d2bdc537c80d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 14 Jun 2016 09:32:59 -0700 Subject: [PATCH] Add 2 spaces before comment --- atom/browser/api/atom_api_web_contents.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/browser/api/atom_api_web_contents.h b/atom/browser/api/atom_api_web_contents.h index 938a54159759..6151110887aa 100644 --- a/atom/browser/api/atom_api_web_contents.h +++ b/atom/browser/api/atom_api_web_contents.h @@ -44,7 +44,7 @@ class WebContents : public mate::TrackableObject, public content::WebContentsObserver { public: enum Type { - BACKGROUND_PAGE, // A DevTools extension background page. + BACKGROUND_PAGE, // A DevTools extension background page. BROWSER_WINDOW, // Used by BrowserWindow. REMOTE, // Thin wrap around an existing WebContents. WEB_VIEW, // Used by .