summaryrefslogtreecommitdiff
path: root/tex/context/base/data-con.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/data-con.lua')
-rw-r--r--tex/context/base/data-con.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/data-con.lua b/tex/context/base/data-con.lua
index ef1635714..240538df2 100644
--- a/tex/context/base/data-con.lua
+++ b/tex/context/base/data-con.lua
@@ -74,11 +74,11 @@ function containers.define(category, subcategory, version, enabled)
end
end
-function containers.is_usable(container, name)
+function containers.is_usable(container,name)
return container.enabled and caches and caches.is_writable(container.writable, name)
end
-function containers.is_valid(container, name)
+function containers.is_valid(container,name)
if name and name ~= "" then
local storage = container.storage[name]
return storage and storage.cache_version == container.version