diff mod_group_bookmarks/mod_group_bookmarks.lua @ 1343:7dbde05b48a9

all the things: Remove trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Tue, 11 Mar 2014 18:44:01 +0100
parents dcddd9195098
children 6824a1f3d8c0
line wrap: on
line diff
--- a/mod_group_bookmarks/mod_group_bookmarks.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_group_bookmarks/mod_group_bookmarks.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -1,7 +1,7 @@
 -- Prosody IM
 -- Copyright (C) 2008-2010 Matthew Wild
 -- Copyright (C) 2008-2010 Waqas Hussain
--- 
+--
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
 --
@@ -84,7 +84,7 @@
 		module:log("error", "Please specify group_bookmarks_file in your configuration");
 		return;
 	end
-	
+
 	local curr_room;
 	for line in io.lines(bookmarks_file) do
 		if line:match("^%s*%[.-%]%s*$") then