diff mod_carbons/mod_carbons.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 b21236b6b8d8
children dbce8a7726ef
line wrap: on
line diff
--- a/mod_carbons/mod_carbons.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_carbons/mod_carbons.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -31,7 +31,7 @@
 	local orig_type = stanza.attr.type;
 	local orig_from = stanza.attr.from;
 	local orig_to = stanza.attr.to;
-	
+
 	if not (orig_type == nil
 			or orig_type == "normal"
 			or orig_type == "chat") then