From 4c0a2e07486b4235c1b018851b02f247ca46947c Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Thu, 12 Nov 2015 00:38:07 +0100 Subject: [PATCH] nixcon2015: i hate whitespace-sensitive languages --- nixcon2015/__init__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nixcon2015/__init__.py b/nixcon2015/__init__.py index 70a89d4..55be336 100644 --- a/nixcon2015/__init__.py +++ b/nixcon2015/__init__.py @@ -130,9 +130,9 @@ def tasks(queue, params): } )) - # place a task for the outro into the queue - queue.put(Rendertask( - infile = 'outro.svg', - outfile = 'outro.dv', - sequence = outroFrames - )) + # place a task for the outro into the queue + queue.put(Rendertask( + infile = 'outro.svg', + outfile = 'outro.dv', + sequence = outroFrames + ))