Use tabs instead of spaces, remove unnecessary spaces

This commit is contained in:
Jeija 2014-02-26 15:58:24 +01:00
parent 682e1335d9
commit fba6b07edc
1 changed files with 8 additions and 8 deletions

View File

@ -52,7 +52,7 @@ local prepare_writing = function(pos)
{x = pos.x + lcd_info.delta.x,
y = pos.y + lcd_info.delta.y,
z = pos.z + lcd_info.delta.z}, "digilines_lcd:text")
text:setyaw (lcd_info.yaw or 0)
text:setyaw(lcd_info.yaw or 0)
--* text:setpitch(lcd_info.yaw or 0)
return text
end