From b870c0117f605364fce627cfa3341f84bebbba17 Mon Sep 17 00:00:00 2001 From: Andy Lo-A-Foe Date: Wed, 20 Jan 2016 01:03:17 +0100 Subject: Fix indentation --- web/react/utils/utils.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'web/react/utils/utils.jsx') diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index 92ad82739..718095757 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -1103,13 +1103,13 @@ export function getFileName(path) { // Gets the websocket port to use. Configurable on the server. export function getWebsocketPort(protocol) { - if ((/^wss:/).test(protocol)) { // wss:// - return ':' + global.window.mm_config.WebsocketSecurePort; - } - if ((/^ws:/).test(protocol)) { - return ':' + global.window.mm_config.WebsocketPort; - } - return ''; + if ((/^wss:/).test(protocol)) { // wss:// + return ':' + global.window.mm_config.WebsocketSecurePort; + } + if ((/^ws:/).test(protocol)) { + return ':' + global.window.mm_config.WebsocketPort; + } + return ''; } export function getSessionIndex() { -- cgit v1.2.3-1-g7c22