From b7bc245430b0a89058915808bb5b665d6dcac8f0 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Wed, 31 Dec 2008 16:31:35 +0100 Subject: [PATCH] teramako: please follow our rules of intention, whitespace, etc. (same for Ted, but Kris already said that) --- common/content/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/events.js b/common/content/events.js index 73d28fa8..13f57339 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -272,7 +272,7 @@ function AutoCommands() //{{{ } else { - liberator.execute(commands.replaceTokens(autoCmd.command, args),null,true); + liberator.execute(commands.replaceTokens(autoCmd.command, args), null, true); } } }