Commit 89645276 authored by Franco Fichtner's avatar Franco Fichtner

src: style and whitespace fixes

parent 1db49d7c
...@@ -73,7 +73,7 @@ class Shell ...@@ -73,7 +73,7 @@ class Shell
{ {
if (!is_array($command)) { if (!is_array($command)) {
$command = array($command); $command = array($command);
} }
foreach ($command as $comm) { foreach ($command as $comm) {
$this->execSingle($comm, $mute, $output); $this->execSingle($comm, $mute, $output);
......
...@@ -40,4 +40,3 @@ def singleton(cls, *args, **kwargs): ...@@ -40,4 +40,3 @@ def singleton(cls, *args, **kwargs):
instances[cls] = cls(*args, **kwargs) instances[cls] = cls(*args, **kwargs)
return instances[cls] return instances[cls]
return getinstance return getinstance
...@@ -214,4 +214,3 @@ $.fn.UIBootgrid = function (params) { ...@@ -214,4 +214,3 @@ $.fn.UIBootgrid = function (params) {
} }
})); }));
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment