From c464f47e964678f6142bcbd080d36dcea9caa9d1 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Sat, 13 May 2017 01:45:23 +0200 Subject: [PATCH 1/1] Remove trailing whitespace --- app/webutil.js | 2 +- tests/input.html | 2 +- tests/test.base64.js | 2 +- tests/test.util.js | 2 +- vnc_lite.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/webutil.js b/app/webutil.js index 7cee466..955d360 100644 --- a/app/webutil.js +++ b/app/webutil.js @@ -10,7 +10,7 @@ /*jslint bitwise: false, white: false, browser: true, devel: true */ /*global Util, window, document */ -import { init_logging as main_init_logging } from '../core/util/logging.js'; +import { init_logging as main_init_logging } from '../core/util/logging.js'; // init log level reading the logging HTTP param export function init_logging (level) { diff --git a/tests/input.html b/tests/input.html index dd92c92..4925a3a 100644 --- a/tests/input.html +++ b/tests/input.html @@ -27,7 +27,7 @@ - + diff --git a/tests/test.base64.js b/tests/test.base64.js index 7aae7ef..cfee409 100644 --- a/tests/test.base64.js +++ b/tests/test.base64.js @@ -10,7 +10,7 @@ describe('Base64 Tools', function() { for (var i = 0; i < 256; i++) { BIN_ARR[i] = i; } - + var B64_STR = "AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/w=="; diff --git a/tests/test.util.js b/tests/test.util.js index 8bd9376..5b43874 100644 --- a/tests/test.util.js +++ b/tests/test.util.js @@ -42,7 +42,7 @@ describe('Utils', function() { Log.Debug('dbg'); expect(console.debug).to.have.been.calledWith('dbg'); }); - + it('should use console.info for Info', function () { Log.init_logging('debug'); Log.Info('inf'); diff --git a/vnc_lite.html b/vnc_lite.html index 1a3210b..68faf42 100644 --- a/vnc_lite.html +++ b/vnc_lite.html @@ -91,7 +91,7 @@ msg = 'Password Required: '; } var html; - + var form = document.createElement('form'); form.style = 'margin-bottom: 0px'; form.innerHTML = '' -- 2.39.2