Update.
[dagnn.git] / test-dagnn.lua
index 6c09f95..434f662 100755 (executable)
@@ -43,7 +43,7 @@ g:addEdge(b, d)
 g:addEdge(d, f)
 
 g:setInput({a})
-g:setOutput({e,f})
+g:setOutput({e, f})
 
 g:print()
 
@@ -55,4 +55,4 @@ printTensorTable(output)
 
 ----------------------------------------------------------------------
 
--- gradInput = g:updateGradInput({ input }, output)
+gradInput = g:updateGradInput({ input }, output)