diff mod_turncredentials/mod_turncredentials.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 afae347928d8
children deb5ece56c49
line wrap: on
line diff
--- a/mod_turncredentials/mod_turncredentials.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_turncredentials/mod_turncredentials.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -1,6 +1,6 @@
 -- XEP-0215 implementation for time-limited turn credentials
 -- Copyright (C) 2012-2013 Philipp Hancke
--- This file is MIT/X11 licensed. 
+-- This file is MIT/X11 licensed.
 
 local st = require "util.stanza";
 local hmac_sha1 = require "util.hashes".hmac_sha1;