From b106d954070ef109cda1e3eae1b78ed190272249 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Fri, 18 Jul 2014 09:05:10 -0400 Subject: [PATCH] Adjust whitespace in comment. --- OvaleCompile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvaleCompile.lua b/OvaleCompile.lua index 6316048..bccaab0 100644 --- a/OvaleCompile.lua +++ b/OvaleCompile.lua @@ -204,7 +204,7 @@ local function EvaluateAddListItem(node) local name, item, parameters = node.name, node.item, node.params if TestConditions(parameters) then --[[ - If this control was not previously existing, then age the script evaluation state + If this control was not previously existing, then age the script evaluation state so that anything that checks the value of this control are re-evaluated after the current evaluation cycle. --]] -- 1.7.9.5