Removing more spaces

This commit is contained in:
Andreas Ek 2015-02-17 22:50:42 +01:00
parent 2e51f64ee3
commit 4195317b59

View File

@ -214,7 +214,7 @@ function run($command)
function runLocally($command, $timeout = 60)
{
$process = new Symfony\Component\Process\Process($command);
$process->setTimeout( $timeout );
$process->setTimeout($timeout);
$process->run();
if (!$process->isSuccessful()) {