Changeset

5110:72a7427368f8

storagemanager: Fix indentation
author Kim Alvefur <zash@zash.se>
date Fri, 31 Aug 2012 17:22:03 +0200
parents 5107:6ac790efecd3
children 5111:7e577727fb9f
files core/storagemanager.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/core/storagemanager.lua	Tue Aug 28 05:08:18 2012 +0500
+++ b/core/storagemanager.lua	Fri Aug 31 17:22:03 2012 +0200
@@ -78,8 +78,8 @@
 		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);