From 7974945fb6be7e53fe5210467e8b0487dc3c41b5 Mon Sep 17 00:00:00 2001 From: Warmist Date: Mon, 21 Sep 2015 21:11:48 +0300 Subject: [PATCH] Whitespace fix. --- scripts/gui/advfort.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gui/advfort.lua b/scripts/gui/advfort.lua index 92803923e..f02fd6a69 100644 --- a/scripts/gui/advfort.lua +++ b/scripts/gui/advfort.lua @@ -1428,7 +1428,7 @@ function track_stop_configure(bld) --TODO: dedicated widget with nice interface dialog.showInputPrompt("Choose friction","Friction",nil,tostring(bld.friction),function ( txt ) local num=tonumber(txt) --TODO allow only vanilla friction settings if num then - bld.friction=num + bld.friction=num end end) else @@ -1780,7 +1780,7 @@ function usetool:onIdle() if counters[k]>0 then dfhack.gui.showAnnouncement("Job: canceled waiting because unsafe -"..k,5,1) self:cancel_wait() - return + return end end end