bsc_api: Add newline to the end of the file.

This commit is contained in:
Holger Hans Peter Freyther 2010-06-15 11:20:24 +08:00
parent f7332e012c
commit 0cfbe26cb9
1 changed files with 1 additions and 1 deletions

View File

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