Remove space at the end of a line.

Thu, 13 Aug 2009 10:21:32 +0200

author
Tobias Markmann <tm@ayena.de>
date
Thu, 13 Aug 2009 10:21:32 +0200
changeset 1673
5f81cd6d4a92
parent 1672
614623f393c6
child 1674
250bddde4162

Remove space at the end of a line.

plugins/mod_compression.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_compression.lua	Thu Aug 13 10:19:33 2009 +0200
+++ b/plugins/mod_compression.lua	Thu Aug 13 10:21:32 2009 +0200
@@ -16,7 +16,7 @@
 
 module:add_event_hook("stream-features",
 		function (session, features)
-			if not session.compressed then 
+			if not session.compressed then
 				--FIXME only advertise compression support when TLS layer has no compression enabled
 				features:add_child(compression_stream_feature);
 			end

mercurial