Normalizes spaces in profiles
This commit is contained in:
committed by
Patrick Niklaus
parent
ababeb3a69
commit
48824c4c8a
+1
-1
@@ -137,7 +137,7 @@ function setup()
|
||||
}
|
||||
end
|
||||
|
||||
function process_node (profile, node, result)
|
||||
function process_node(profile, node, result)
|
||||
-- parse access and barrier tags
|
||||
local access = find_access_tag(node, profile.access_tags_hierarchy)
|
||||
if access then
|
||||
|
||||
Reference in New Issue
Block a user