From 7bdd259d2e731abdc60d6987ea2734e78fac0459 Mon Sep 17 00:00:00 2001 From: Hari Juturu Date: Thu, 8 Jun 2017 23:39:53 -0700 Subject: [PATCH] Lint error --- atom/app/atom_main_delegate.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/atom/app/atom_main_delegate.cc b/atom/app/atom_main_delegate.cc index 9516a20bfe4e..58762eddd714 100644 --- a/atom/app/atom_main_delegate.cc +++ b/atom/app/atom_main_delegate.cc @@ -125,11 +125,11 @@ void AtomMainDelegate::PreSandboxStartup() { // Only append arguments for browser process. if (!IsBrowserProcess(command_line)) return; - + if (!command_line->HasSwitch(switches::kEnableMixedSandbox)) { if (command_line->HasSwitch(switches::kEnableSandbox)) { - // Disable setuid sandbox since it is not longer required on linux(namespace - // sandbox is available on most distros). + // Disable setuid sandbox since it is not longer required on + // linux(namespace sandbox is available on most distros). command_line->AppendSwitch(::switches::kDisableSetuidSandbox); } else { // Disable renderer sandbox for most of node's functions.