Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 09:40:36 +0000 (17:40 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 09:40:36 +0000 (17:40 +0800)
Spawn.vala

index 269367c..b0ea6fb 100644 (file)
@@ -86,9 +86,9 @@ public class  SpawnConfig {
         this.debug = debug;
     }
     public void setHandlers(
-            SpawnOutput output
-           SpawnErr stderr,
-           SpawnInput input
+            SpawnOutput output,
+            SpawnErr stderr,
+            SpawnInput input
          ) {
         this.output = output;
         this.stderr = stderr;