1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:17:59 +01:00

Whitespace fix.

--HG--
extra : rebase_source : 551b016d9c5776f49385f4e7cb2cecd34e5f15ad
This commit is contained in:
Doug Kearns
2010-11-15 12:13:29 +11:00
parent 79e52c74d6
commit 76e14b78d4

View File

@@ -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] == ".");
},
/**