aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/bsc_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc_api.c b/openbsc/src/bsc_api.c
index 93b6210f0..2837dbb0a 100644
--- a/openbsc/src/bsc_api.c
+++ b/openbsc/src/bsc_api.c
@@ -87,4 +87,4 @@ static int bsc_handle_lchan_signal(unsigned int subsys, unsigned int signal,
static __attribute__((constructor)) void on_dso_load_bsc(void)
{
register_signal_handler(SS_LCHAN, bsc_handle_lchan_signal, NULL);
-} \ No newline at end of file
+}