calendar: fix indentation

This commit is contained in:
copycat-killer 2016-04-25 10:42:42 +02:00
parent 8e9386be4e
commit c946cc48c8
1 changed files with 3 additions and 3 deletions

View File

@ -58,13 +58,13 @@ function calendar:show(t_out, inc_offset, scr)
month = month + calendar.offset
while month > 12 do
month = month - 12
year = year + 1
month = month - 12
year = year + 1
end
while month < 1 do
month = month + 12
year = year - 1
year = year - 1
end
calendar.notify_icon = nil