Whitespace change.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@221880 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Richard Mudgett 16 years ago
parent 3b83d2b414
commit 1a02b4c659

@ -3418,7 +3418,7 @@ struct misdn_bchannel *misdn_lib_get_register_bc(int port)
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) {
bc = &stack->bc[index];
if (!test_inuse(bc)) {

Loading…
Cancel
Save