From 435344034d984a1b7af21ecaf9a7c107758a051c Mon Sep 17 00:00:00 2001 From: BK1603 Date: Fri, 3 Jul 2020 14:14:08 +0530 Subject: removed whitespace --- src/nvim/aucmd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim') diff --git a/src/nvim/aucmd.c b/src/nvim/aucmd.c index 18404c4cd5..32c77fa288 100644 --- a/src/nvim/aucmd.c +++ b/src/nvim/aucmd.c @@ -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(); -- cgit