diff options
author | David Robillard <d@drobilla.net> | 2023-02-21 19:12:38 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-02-21 19:12:38 -0500 |
commit | bdaebafd3223551b3d9d890070ac0671b3b645c1 (patch) | |
tree | 696757b7b7fd8e2b288a2c46f27f22fcc7ad1283 /lv2specgen | |
parent | dbdbe3e518daf7b2f3f0e7587d8b2493b1d5a59e (diff) | |
download | lv2-bdaebafd3223551b3d9d890070ac0671b3b645c1.tar.xz |
Fix whitespace
Diffstat (limited to 'lv2specgen')
-rwxr-xr-x | lv2specgen/lv2specgen.py | 1 |
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") |