mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51486 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -269,7 +269,7 @@ int ast_io_wait(struct io_context *ioc, int howlong)
|
||||
* At least one event
|
||||
*/
|
||||
origcnt = ioc->fdcnt;
|
||||
for(x = 0; x < origcnt; x++) {
|
||||
for (x = 0; x < origcnt; x++) {
|
||||
/* Yes, it is possible for an entry to be deleted and still have an
|
||||
event waiting if it occurs after the original calling id */
|
||||
if (ioc->fds[x].revents && ioc->ior[x].id) {
|
||||
|
||||
Reference in New Issue
Block a user