Add 2 spaces before comment

This commit is contained in:
Kevin Sawicki 2016-06-14 09:32:59 -07:00
parent ee09c7534a
commit 85517a1eea

View file

@ -44,7 +44,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
public content::WebContentsObserver { public content::WebContentsObserver {
public: public:
enum Type { enum Type {
BACKGROUND_PAGE, // A DevTools extension background page. BACKGROUND_PAGE, // A DevTools extension background page.
BROWSER_WINDOW, // Used by BrowserWindow. BROWSER_WINDOW, // Used by BrowserWindow.
REMOTE, // Thin wrap around an existing WebContents. REMOTE, // Thin wrap around an existing WebContents.
WEB_VIEW, // Used by <webview>. WEB_VIEW, // Used by <webview>.