run through the formatter

This commit is contained in:
Fufu Fang 2024-05-03 07:39:14 +01:00
parent 8aa7c570c8
commit 1fa3830dec
No known key found for this signature in database
GPG Key ID: 8A4CB08B0A7E27CE
1 changed files with 9 additions and 7 deletions

View File

@ -805,8 +805,10 @@ LinkTable *path_to_Link_LinkTable_new(const char *path)
/*
* TODO: Save the updated LinkTable
*/
lprintf(info, "time_now: %d, index_time: %d\n", time_now, next_table->index_time)
lprintf(info, "diff: %d, limit: %d\n", time_now - next_table->index_time, CONFIG.refresh_timeout);
lprintf(info, "time_now: %d, index_time: %d\n", time_now,
next_table->index_time)
lprintf(info, "diff: %d, limit: %d\n", time_now - next_table->index_time,
CONFIG.refresh_timeout);
lprintf(info, "Refreshing LinkTable for %s\n", path);
LinkTable_free(next_table);
next_table = NULL;