fixed whitespace in dfstatus script

all indents now use a uniform eight spaces; fixed from mix of four
spaces and tabs
develop
PeridexisErrant 2014-05-12 10:29:59 +10:00
parent acdf90c1ba
commit a2f5e971e2
1 changed files with 102 additions and 102 deletions

@ -1,4 +1,4 @@
-- dfstatus 1.0 - a quick access status screen.
-- dfstatus 1.5 - a quick access status screen.
-- written by enjia2000@gmail.com, fixed by Lethosor and PeridexisErrant
@ -75,7 +75,7 @@ function screen2:onRenderBody(dc)
end
end
end
end
end
--print("------------------------------")
dc:string("Drinks: ".. drink, COLOR_LIGHTGREEN)
dc:newline(0)
@ -89,10 +89,10 @@ function screen2:onRenderBody(dc)
dc:newline(0)
dc:string("Cloth: ".. cloth, COLOR_LIGHTGREEN)
dc:newline(0)
-- dc:string("Raw Fish: ".. raw_fish, COLOR_LIGHTGREEN)
-- dc:newline(0)
-- dc:string("Plants: ".. plants, COLOR_LIGHTGREEN)
-- dc:newline(0)
-- dc:string("Raw Fish: ".. raw_fish, COLOR_LIGHTGREEN)
-- dc:newline(0)
-- dc:string("Plants: ".. plants, COLOR_LIGHTGREEN)
-- dc:newline(0)
dc:newline(0)
dc:string("Bars:", COLOR_LIGHTGREEN)
dc:newline(1)