revise indentation, comments

This commit is contained in:
gorhill 2016-04-28 10:09:08 -04:00
parent f8e266c2b0
commit 0e7e653362
1 changed files with 164 additions and 164 deletions

View File

@ -1,7 +1,7 @@
/*******************************************************************************
uBlock Origin - a browser extension to block requests.
Copyright (C) 2014-2016 The µBlock authors
Copyright (C) 2014-2016 The uBlock Origin authors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -381,7 +381,7 @@ vAPI.shutdown.add(function() {
// For code review, the stringified code below is found in
// `js/websocket.js` (comments and empty lines were stripped).
var script = doc.createElement('script');
script.textContent = " \n\
script.textContent = "\
(function() { \n\
'use strict'; \n\
var Wrapped = window.WebSocket; \n\