mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
removed whitespace
This commit is contained in:
@@ -67,7 +67,6 @@ static void do_autocmd_focusgained(bool gained)
|
|||||||
// 1. Some filesystems have modification time granularity in seconds. Fat32
|
// 1. Some filesystems have modification time granularity in seconds. Fat32
|
||||||
// has a granularity of 2 seconds.
|
// has a granularity of 2 seconds.
|
||||||
// 2. We could get multiple notifications in a row.
|
// 2. We could get multiple notifications in a row.
|
||||||
|
|
||||||
if (gained && last_time + (Timestamp)2000 < os_now()) {
|
if (gained && last_time + (Timestamp)2000 < os_now()) {
|
||||||
need_redraw = check_timestamps(true);
|
need_redraw = check_timestamps(true);
|
||||||
last_time = os_now();
|
last_time = os_now();
|
||||||
|
Reference in New Issue
Block a user