From b72c1d2921bb94b5314027b37442285f5a255563 Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Wed, 9 Jan 2013 20:35:05 -0600 Subject: [PATCH] Fix whitespace Forgot to replace tabs with spaces --- modules/game_console/console.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/game_console/console.lua b/modules/game_console/console.lua index 1a75c26c..07280931 100644 --- a/modules/game_console/console.lua +++ b/modules/game_console/console.lua @@ -789,7 +789,7 @@ function onClickIgnoreButton() local selection = ignoreListPanel:getFocusedChild() if selection then ignoreListPanel:removeChild(selection) - selection:destroy() + selection:destroy() end if ignoreListPanel:getChildCount() == 0 then removeButton:disable()