From 337f956323570f585bba2f9e4494d26088203a5e Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 19 Oct 2008 14:09:55 +0000 Subject: [PATCH] whitespace fixes --- content/template.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/template.js b/content/template.js index a59d7053..02de9aa3 100644 --- a/content/template.js +++ b/content/template.js @@ -39,11 +39,11 @@ const template = { // some objects like window.JSON or getBrowsers()._browsers need the try/catch try { - switch (arg == null ? "undefined" : typeof arg) - { - case "number": - return {arg}; - case "string": + switch (arg == null ? "undefined" : typeof arg) + { + case "number": + return {arg}; + case "string": if (processStrings) arg = <>{util.escapeString(arg)}; return {arg};