From 76e14b78d4c8fbd08cbb15da2bc5c3bc184a3a93 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 15 Nov 2010 12:13:29 +1100 Subject: [PATCH] Whitespace fix. --HG-- extra : rebase_source : 551b016d9c5776f49385f4e7cb2cecd34e5f15ad --- common/modules/util.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/util.jsm b/common/modules/util.jsm index f565f349..53e24ce2 100644 --- a/common/modules/util.jsm +++ b/common/modules/util.jsm @@ -515,7 +515,7 @@ const Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]) if (host == null) return false; let idx = host.lastIndexOf(domain); - return idx > -1 && idx + domain.length == host.length && (idx == 0 || host[idx-1] == "."); + return idx > -1 && idx + domain.length == host.length && (idx == 0 || host[idx - 1] == "."); }, /**