aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/lv2specgen.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-21 19:12:38 -0500
committerDavid Robillard <d@drobilla.net>2023-02-21 19:12:38 -0500
commitbdaebafd3223551b3d9d890070ac0671b3b645c1 (patch)
tree696757b7b7fd8e2b288a2c46f27f22fcc7ad1283 /lv2specgen/lv2specgen.py
parentdbdbe3e518daf7b2f3f0e7587d8b2493b1d5a59e (diff)
downloadlv2-bdaebafd3223551b3d9d890070ac0671b3b645c1.tar.xz
Fix whitespace
Diffstat (limited to 'lv2specgen/lv2specgen.py')
-rwxr-xr-xlv2specgen/lv2specgen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py
index 95702a5..aa166a7 100755
--- a/lv2specgen/lv2specgen.py
+++ b/lv2specgen/lv2specgen.py
@@ -1112,7 +1112,6 @@ def load_tags(path, docdir):
and cn.tagName == "compound"
and cn.getAttribute("kind") != "page"
):
-
name = getChildText(cn, "name")
filename = getChildText(cn, "filename")
anchor = getChildText(cn, "anchor")