[Pkg-mozext-commits] [greasemonkey] 27/62: Style clean up

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 22:10:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit 3bccd89232db6f66bedd555d91bc10247adb1d79
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date:   Thu Aug 20 19:32:18 2015 +0200

    Style clean up
---
 content/browser.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/browser.js b/content/browser.js
index 4d1b770..5cfacd2 100644
--- a/content/browser.js
+++ b/content/browser.js
@@ -81,8 +81,8 @@ GM_BrowserUI.openInTab = function(aMessage) {
 
   var prefBg = getBool('browser.tabs.loadInBackground');
   prefBg = (aMessage.data.inBackground === null)
-           ? prefBg
-           : aMessage.data.inBackground;
+      ? prefBg
+      : aMessage.data.inBackground;
   if (scriptTabIsCurrentTab && !prefBg) tabBrowser.selectedTab = newTab;
 
   var prefRel = getBool('browser.tabs.insertRelatedAfterCurrent');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list