From bdaebafd3223551b3d9d890070ac0671b3b645c1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 21 Feb 2023 19:12:38 -0500 Subject: Fix whitespace --- lv2specgen/lv2specgen.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lv2specgen/lv2specgen.py') 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") -- cgit v1.2.1