[Pkg-privacy-commits] [torbirdy] 28/53: Fix indentation in feedwizard.js

Ulrike Uhlig u-guest at moszumanska.debian.org
Sat Jul 2 20:08:06 UTC 2016


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

u-guest pushed a commit to annotated tag 0.2.0
in repository torbirdy.

commit 405564bc67868489607fab60c7e66beaa5f4ce00
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Wed May 11 21:49:54 2016 -0400

    Fix indentation in feedwizard.js
---
 chrome/content/feedwizard.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/feedwizard.js b/chrome/content/feedwizard.js
index 07b01bc..e0698a1 100644
--- a/chrome/content/feedwizard.js
+++ b/chrome/content/feedwizard.js
@@ -15,8 +15,8 @@ if (!org.torbirdy.feedwizard) org.torbirdy.feedwizard = new function() {
     ];
 
     for each (var [pref_template, value] in pref_spec) {
-        let pref = pref_template.replace("%serverkey%", accountKey);
-        Preferences.set(pref, value);
+      let pref = pref_template.replace("%serverkey%", accountKey);
+      Preferences.set(pref, value);
     }
   };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbirdy.git



More information about the Pkg-privacy-commits mailing list