From 664686f199c53fda732f29909cebc880073efb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Hillerstr=C3=B6m?= Date: Thu, 12 Nov 2015 01:05:59 +0100 Subject: [PATCH] Add newlines --- xm.js | 2 +- xmeffects.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xm.js b/xm.js index 8830798..73adf5c 100644 --- a/xm.js +++ b/xm.js @@ -1271,4 +1271,4 @@ window.onload = function() { } DownloadXM(uri); } -})(window, document); \ No newline at end of file +})(window, document); diff --git a/xmeffects.js b/xmeffects.js index 1838981..bc9a9aa 100644 --- a/xmeffects.js +++ b/xmeffects.js @@ -293,4 +293,4 @@ player.effects_t1 = [ // effect functions on tick 1+ eff_unimplemented, // y eff_unimplemented // z ]; -})(window || {}); \ No newline at end of file +})(window || {});