diff mod_stanza_counter/mod_stanza_counter.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 3d6e0e037dab
children
line wrap: on
line diff
--- a/mod_stanza_counter/mod_stanza_counter.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_stanza_counter/mod_stanza_counter.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -6,7 +6,7 @@
 -- Setup, Init functions.
 -- initialize function counter table on the global object on start
 local function init_counter()
-	prosody.stanza_counter = { 
+	prosody.stanza_counter = {
 		iq = { incoming=0, outgoing=0 },
 		message = { incoming=0, outgoing=0 },
 		presence = { incoming=0, outgoing=0 }