mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
properly reindent a large block.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20624 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1528,7 +1528,6 @@ static void *do_parking_thread(void *ignore)
|
||||
if (pu->chan->fds[x] < 0 || (!FD_ISSET(pu->chan->fds[x], &rfds) && !FD_ISSET(pu->chan->fds[x], &efds)))
|
||||
continue;
|
||||
|
||||
/* XXX reindent next block */
|
||||
if (FD_ISSET(pu->chan->fds[x], &efds))
|
||||
ast_set_flag(pu->chan, AST_FLAG_EXCEPTION);
|
||||
else
|
||||
|
Reference in New Issue
Block a user