mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Whitespace change.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@221880 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3418,7 +3418,7 @@ struct misdn_bchannel *misdn_lib_get_register_bc(int port)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
pthread_mutex_lock(&stack->st_lock);
|
pthread_mutex_lock(&stack->st_lock);
|
||||||
for (index = MAX_BCHANS + 1; index < ARRAY_LEN(stack->bc); ++index) {
|
for (index = MAX_BCHANS + 1; index < ARRAY_LEN(stack->bc); ++index) {
|
||||||
bc = &stack->bc[index];
|
bc = &stack->bc[index];
|
||||||
if (!test_inuse(bc)) {
|
if (!test_inuse(bc)) {
|
||||||
|
Reference in New Issue
Block a user