plugins.compression: Add newline at end of file (helps old versions of squish for one thing)

Fri, 04 Jun 2010 10:36:34 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 04 Jun 2010 10:36:34 +0100
changeset 79
da06d4996992
parent 78
f4188eff53a7
child 80
336864e83991

plugins.compression: Add newline at end of file (helps old versions of squish for one thing)

plugins/compression.lua file | annotate | diff | comparison | revisions
--- a/plugins/compression.lua	Sun May 30 02:54:15 2010 +0100
+++ b/plugins/compression.lua	Fri Jun 04 10:36:34 2010 +0100
@@ -119,4 +119,4 @@
 	end
 	stream:hook("stream-features", handle_features, 250);
 	stream:hook("stream/"..xmlns_compression_protocol, handle_compressed);
-end
\ No newline at end of file
+end

mercurial