[tbb-commits] [tor-launcher/master] Remove superfluous whitespace.
gk at torproject.org
gk at torproject.org
Tue Jan 13 09:23:37 UTC 2015
commit 0717ad71785545ec167c531d60b5410a19ebbc1a
Author: Georg Koppen <gk at torproject.org>
Date: Tue Jan 13 10:03:50 2015 +0000
Remove superfluous whitespace.
---
src/chrome/content/network-settings.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/chrome/content/network-settings.js b/src/chrome/content/network-settings.js
index f100f90..aa07e1e 100644
--- a/src/chrome/content/network-settings.js
+++ b/src/chrome/content/network-settings.js
@@ -123,7 +123,7 @@ function initDialog()
// Hide the Tor Browser logo and associated separator element if the
// TOR_HIDE_BROWSER_LOGO environment variable is set.
let env = Cc["@mozilla.org/process/environment;1"]
- .getService(Ci.nsIEnvironment);
+ .getService(Ci.nsIEnvironment);
if (env.exists("TOR_HIDE_BROWSER_LOGO"))
wizardElem.setAttribute("tor_hide_browser_logo", true);
More information about the tbb-commits
mailing list