From aeec23373005b21f10150e9c5f2387c77186d788 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 23 May 2009 22:55:56 +1000 Subject: [PATCH] Fix source formatting. --- common/content/style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/content/style.js b/common/content/style.js index b8477c0f..832556f1 100644 --- a/common/content/style.js +++ b/common/content/style.js @@ -498,7 +498,7 @@ let (array = util.Array) context.anchored = false; try { - context.fork("current", 0, this, function(context) { + context.fork("current", 0, this, function (context) { context.title = ["Current Site"]; context.completions = [ [content.location.host, "Current Host"], @@ -507,7 +507,7 @@ let (array = util.Array) }); } catch (e) {} - context.fork("others", 0, this, function(context) { + context.fork("others", 0, this, function (context) { context.title = ["Site"]; context.completions = [[s, ""] for each (s in styles.sites)]; });