removed whitespace

This commit is contained in:
BK1603 2020-07-03 14:14:08 +05:30
parent 8a819d44d2
commit 435344034d
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ static void do_autocmd_focusgained(bool gained)
// 1. Some filesystems have modification time granularity in seconds. Fat32
// has a granularity of 2 seconds.
// 2. We could get multiple notifications in a row.
if (gained && last_time + (Timestamp)2000 < os_now()) {
need_redraw = check_timestamps(true);
last_time = os_now();