Skip to content

Commit

Permalink
Fix unnecessary whitespace in mod_timerfd.c
Browse files Browse the repository at this point in the history
Removed trailing whitespace to improve code formatting.
  • Loading branch information
ar45 committed Jan 15, 2025
1 parent a5af408 commit f419c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/timers/mod_timerfd/mod_timerfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_timerfd_runtime)
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "epoll_wait interrupted by SIGINT, continue...\n");
continue;
}

break;
}

Expand Down

0 comments on commit f419c86

Please sign in to comment.