Diff

plugins/tls.lua @ 380:0891b4e27766

Discard trailing whitespace
author Kim Alvefur <zash@zash.se>
date Fri, 01 May 2015 23:27:29 +0200
parent 250:a5ac643a7fd6
child 384:532a379acfea
line wrap: on
line diff
--- a/plugins/tls.lua	Fri May 01 21:46:24 2015 +0200
+++ b/plugins/tls.lua	Fri May 01 23:27:29 2015 +0200
@@ -31,6 +31,6 @@
 	stream:hook("stream-features", handle_features, 400);
 	stream:hook("stream/"..xmlns_tls, handle_tls);
 	stream:hook("status", handle_status, 400);
-	
+
 	return true;
 end