summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-05 17:32:59 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-05 17:32:59 +0000
commit24787b554552b58d4e1de898650181a9b982a101 (patch)
tree10e7acb96f656274c130383c75e3736be735a7b7
parentdcfa725d6abfa921928121a9cec878ccf3ee3d35 (diff)
remove tabs
-rw-r--r--core/controllers/welcome.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php
index c8b76a0f..4a3dacb4 100644
--- a/core/controllers/welcome.php
+++ b/core/controllers/welcome.php
@@ -59,10 +59,10 @@ class Welcome_Controller extends Template_Controller {
print "<pre>$data";
} else {
$proc = proc_open("/usr/bin/dot -Tsvg",
- array(array("pipe", "r"),
- array("pipe", "w")),
- $pipes,
- VARPATH . "tmp");
+ array(array("pipe", "r"),
+ array("pipe", "w")),
+ $pipes,
+ VARPATH . "tmp");
fwrite($pipes[0], $data);
fclose($pipes[0]);