From 7363551ac0e784a510a535be3b87e01477bf0e19 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 1 Jan 2009 22:10:01 +1100 Subject: [PATCH] Whitespace formatting fixes. --- common/content/options.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/content/options.js b/common/content/options.js index d8970738..ca959504 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -393,7 +393,8 @@ function Options() //{{{ } } - function setAction (args, modifiers) { + function setAction(args, modifiers) + { let bang = args.bang; if (!args.length) args[0] = ""; @@ -516,7 +517,7 @@ function Options() //{{{ } } - function setCompleter (context, args, modifiers) + function setCompleter(context, args, modifiers) { let filter = context.filter;