Whitespace change.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@221881 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2009-10-02 01:49:25 +00:00
parent 1a02b4c659
commit 80f0a242a7

View File

@@ -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++) {