lint error

This commit is contained in:
Hari Juturu 2017-06-08 23:46:37 -07:00
parent 7bdd259d2e
commit 3ee55d9cd3

View file

@ -128,7 +128,7 @@ void AtomMainDelegate::PreSandboxStartup() {
if (!command_line->HasSwitch(switches::kEnableMixedSandbox)) {
if (command_line->HasSwitch(switches::kEnableSandbox)) {
// Disable setuid sandbox since it is not longer required on
// Disable setuid sandbox since it is not longer required on
// linux(namespace sandbox is available on most distros).
command_line->AppendSwitch(::switches::kDisableSetuidSandbox);
} else {