bsc_api: Add newline to the end of the file.
diff --git a/openbsc/src/bsc_api.c b/openbsc/src/bsc_api.c
index 93b6210..2837dbb 100644
--- a/openbsc/src/bsc_api.c
+++ b/openbsc/src/bsc_api.c
@@ -87,4 +87,4 @@
 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
+}