src: style and whitespace fixes

This commit is contained in:
Franco Fichtner 2015-06-04 20:40:24 +02:00
parent 1db49d7c47
commit 896452766e
3 changed files with 1 additions and 3 deletions

View File

@ -73,7 +73,7 @@ class Shell
{
if (!is_array($command)) {
$command = array($command);
}
}
foreach ($command as $comm) {
$this->execSingle($comm, $mute, $output);

View File

@ -40,4 +40,3 @@ def singleton(cls, *args, **kwargs):
instances[cls] = cls(*args, **kwargs)
return instances[cls]
return getinstance

View File

@ -214,4 +214,3 @@ $.fn.UIBootgrid = function (params) {
}
}));
};