aboutsummaryrefslogtreecommitdiffstats
path: root/main/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/io.c')
-rw-r--r--main/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/io.c b/main/io.c
index 1c4d5f4e0..38db12fba 100644
--- a/main/io.c
+++ b/main/io.c
@@ -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) {