Fix unnecessary whitespace in mod_timerfd.c

Removed trailing whitespace to improve code formatting.
This commit is contained in:
Aron Podrigal 2025-01-15 11:51:07 -06:00 committed by Andrey Volk
parent c28705fe76
commit 49f1240849

View File

@ -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;
}