mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Whitespace change.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@221881 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3332,7 +3332,7 @@ struct misdn_bchannel *misdn_lib_get_free_bc(int port, int channel, int inout, i
|
||||
return NULL;
|
||||
}
|
||||
|
||||
pthread_mutex_lock(&stack->st_lock);
|
||||
pthread_mutex_lock(&stack->st_lock);
|
||||
if (channel > 0) {
|
||||
if (channel <= stack->b_num) {
|
||||
for (i = 0; i < stack->b_num; i++) {
|
||||
|
Reference in New Issue
Block a user