Skip to content

Commit

Permalink
Minor, whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Nov 2, 2024
1 parent d3d9d32 commit 351db5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ uint32_t virtual_time = 0;
static void timer(int id, void *arg)
{
age_routes(); /* Advance the timers in the route entries */
age_vifs(); /* Advance the timers for neighbors */
age_vifs(); /* Advance the timers for neighbors */
age_table_entry(); /* Advance the timers for the cache entries */

delay_change_reports = FALSE;
Expand Down

0 comments on commit 351db5d

Please sign in to comment.