Normalizes spaces in profiles

This commit is contained in:
Daniel J. Hofmann
2017-07-19 15:32:42 +02:00
committed by Patrick Niklaus
parent ababeb3a69
commit 48824c4c8a
3 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -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