No extra linebreak

This commit is contained in:
Ryohei Ikegami 2017-04-04 09:40:38 +09:00
parent 4a7eec8f2d
commit 24fedb2e20

View file

@ -236,8 +236,7 @@ void AtomBrowserClient::AppendExtraCommandLineSwitches(
if (delegate_) {
auto app_path = static_cast<api::App*>(delegate_)->GetAppPath();
command_line->AppendSwitchASCII(switches::kAppPath,
app_path);
command_line->AppendSwitchASCII(switches::kAppPath, app_path);
}
content::WebContents* web_contents = GetWebContentsFromProcessID(process_id);