mod_storage_sql: Whitespace fix (backported from trunk)
authorMatthew Wild <mwild1@gmail.com>
Thu, 03 Dec 2015 15:02:50 +0000
changeset 6956 b9276d677e76
parent 6954 99de8f30d99e
child 6957 400badaf1fc7
mod_storage_sql: Whitespace fix (backported from trunk)
plugins/mod_storage_sql.lua
--- a/plugins/mod_storage_sql.lua	Thu Dec 03 14:57:49 2015 +0000
+++ b/plugins/mod_storage_sql.lua	Thu Dec 03 15:02:50 2015 +0000
@@ -107,7 +107,7 @@
 		module:log("error", "Unable to read from database %s store for %s: %s", store, username or "<host>", result);
 		return nil, result;
 	end
-	return result;	
+	return result;
 end
 function keyval_store:set(username, data)
 	user,store = username,self.store;