From 5c9b23f0283005b33b7dbd199e82e5ee385a29af Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 21 Sep 2020 21:04:37 +0000 Subject: [PATCH] [Pale-Moon] Whitespace fixes. No code change. --- application/palemoon/components/nsBrowserGlue.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/application/palemoon/components/nsBrowserGlue.js b/application/palemoon/components/nsBrowserGlue.js index 0c193afa2d..d26a7c4940 100644 --- a/application/palemoon/components/nsBrowserGlue.js +++ b/application/palemoon/components/nsBrowserGlue.js @@ -406,8 +406,7 @@ BrowserGlue.prototype = { }, // profile is available - _onProfileAfterChange: function() - { + _onProfileAfterChange: function() { this._copyDefaultProfileFiles(); }, @@ -476,8 +475,7 @@ BrowserGlue.prototype = { // Copies additional profile files from the default profile to the current profile. // Only files not covered by the regular profile creation process. // Currently only the userchrome examples. - _copyDefaultProfileFiles: function() - { + _copyDefaultProfileFiles: function() { // Copy default chrome example files if they do not exist in the current profile. var profileDir = Services.dirsvc.get("ProfD", Components.interfaces.nsILocalFile); profileDir.append("chrome");