[tor-commits] [torbirdy/master] Better indentation and fix typos

sukhbir at torproject.org sukhbir at torproject.org
Tue Aug 13 18:42:34 UTC 2013


commit 30715f7965030cd0905166aa86b02abaea388145
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Tue Aug 13 14:42:13 2013 -0400

    Better indentation and fix typos
---
 components/torbirdy.js |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/torbirdy.js b/components/torbirdy.js
index 8fc413d..1deefb3 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -4,10 +4,10 @@ const Ci = Components.interfaces;
 const Cc = Components.classes;
 const Cr = Components.results;
 
-const SERVICE_CTRID   = "@torproject.org/torbirdy;1";
-const SERVICE_ID      = Components.ID("{ebd85413-18c8-4265-a708-a8890ec8d1ed}");
-const SERVICE_NAME    = "Main TorBirdy component";
-const tb_ID     = "castironthunderbirdclub at torproject.org";
+const SERVICE_CTRID = "@torproject.org/torbirdy;1";
+const SERVICE_ID    = Components.ID("{ebd85413-18c8-4265-a708-a8890ec8d1ed}");
+const SERVICE_NAME  = "Main TorBirdy Component";
+const tb_ID         = "castironthunderbirdclub at torproject.org";
 
 const kPrefBranch     = "extensions.torbirdy.custom.";
 const kRestoreBranch  = "extensions.torbirdy.restore.";



More information about the tor-commits mailing list