aboutsummaryrefslogtreecommitdiffstats
path: root/core/storagemanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/storagemanager.lua')
-rw-r--r--core/storagemanager.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/storagemanager.lua b/core/storagemanager.lua
index 3379cc0c..3c8ec7ec 100644
--- a/core/storagemanager.lua
+++ b/core/storagemanager.lua
@@ -78,8 +78,8 @@ function get_driver(host, store)
driver = null_storage_driver;
end
return driver, driver_name;
- end
-
+end
+
function open(host, store, typ)
local driver, driver_name = get_driver(host, store);
local ret, err = driver:open(store, typ);