aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_api.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 11:20:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 12:04:34 +0800
commit0cfbe26cb9fc07961f8d83ccdd13843433040b83 (patch)
treef9d9c8853824d08bb9f9be033eb87e6ce14422f6 /openbsc/src/bsc_api.c
parentf7332e012c9171e95c0f4f0c3675da573971104d (diff)
bsc_api: Add newline to the end of the file.
Diffstat (limited to 'openbsc/src/bsc_api.c')
-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
+}