[tor-commits] [meek/master] Indentation and link to #16269.

dcf at torproject.org dcf at torproject.org
Thu Jun 4 17:08:26 UTC 2015


commit 051d44de24db7f7d31187d43bab62524787c4685
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Jun 4 10:05:54 2015 -0700

    Indentation and link to #16269.
---
 firefox/components/main.js |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/firefox/components/main.js b/firefox/components/main.js
index d2916db..540e193 100644
--- a/firefox/components/main.js
+++ b/firefox/components/main.js
@@ -70,10 +70,10 @@ MeekHTTPHelper.prototype = {
             // updated during startup are not lost, e.g., ones related to
             // browser updates.
             // We do this before we change the network.proxy.socks_remote_dns
-            // value since we do not want that change to be permanent.
-            let prefSvc =
-                      Components.classes["@mozilla.org/preferences-service;1"]
-                      .getService(Components.interfaces.nsIPrefService);
+            // value since we do not want that change to be permanent. See
+            // https://trac.torproject.org/projects/tor/ticket/16269.
+            let prefSvc = Components.classes["@mozilla.org/preferences-service;1"]
+                .getService(Components.interfaces.nsIPrefService);
             prefSvc.savePrefFile(null);
 
             let prefs = Components.classes["@mozilla.org/preferences-service;1"]



More information about the tor-commits mailing list