From 988a892b4b04df0a77d4f8f01c25b6dccf3d95dc Mon Sep 17 00:00:00 2001 From: John Foerch Date: Fri, 16 Sep 2011 22:50:47 -0400 Subject: [PATCH] style --- modules/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/utils.js b/modules/utils.js index 3e758eb..2eeef1b 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -914,8 +914,8 @@ function set_protocol_handler (protocol, handler) { info.preferredAction = Ci.nsIHandlerInfo.alwaysAsk; session_pref(expose_pref, false); } - var hs = Cc["@mozilla.org/uriloader/handler-service;1"]. - getService(Ci.nsIHandlerService); + var hs = Cc["@mozilla.org/uriloader/handler-service;1"] + .getService(Ci.nsIHandlerService); hs.store(info); } -- 2.11.4.GIT