leave: style nit

This commit is contained in:
Mariusz Zaborski 2024-11-27 15:09:48 +01:00
parent 24a7303821
commit 11ba19ddbb

View file

@ -114,7 +114,7 @@ main(int argc, char **argv)
t_12_hour = t->tm_hour;
if (hours < t_12_hour ||
(hours == t_12_hour && minutes <= t->tm_min))
(hours == t_12_hour && minutes <= t->tm_min))
/* Leave time is in the past so we add 12 hrs */
hours += 12;