summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-09-29 17:10:31 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-09-29 17:10:31 +0200
commit49676b03fa60624f8089c2ab4c59460092134009 (patch)
tree9bdf59c65230eae2eaa79c02df075834fd55fce0 /templates
parentdecklink template (diff)
fixed whitespaces at templates
Diffstat (limited to 'templates')
-rw-r--r--templates/example/decklink.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/example/decklink.xml b/templates/example/decklink.xml
index d02e7c9..7a4b537 100644
--- a/templates/example/decklink.xml
+++ b/templates/example/decklink.xml
@@ -4,9 +4,9 @@
worker="{{ component.worker }}"
project="flumotion-decklink"
version="{{ globals.version }}">
- {% for name, value in component.properties.items() %}
- {% if name != 'samplerate' %}
- <property name="{{ name }}">{{ value }}</property>
- {% endif %}
- {% endfor %}
+%% for name, value in component.properties.items()
+%% if name != 'samplerate'
+ <property name="{{ name }}">{{ value }}</property>
+%% endif
+%% endfor
</component>