code style: replace tabs with spaces
This commit is contained in:
parent
b8588c4856
commit
d84381b87f
@ -623,7 +623,7 @@ int main()
|
||||
handle_trigger_io();
|
||||
|
||||
handle_process_data_all(&rdset);
|
||||
for (i = 0; i < MAX_FDS; i++)
|
||||
for (i = 0; i <= MAX_FDS; i++)
|
||||
if (client_info[i].pid
|
||||
&& client_info[i].is_blocked
|
||||
&& FD_ISSET(client_info[i].stdin_fd, &wrset))
|
||||
|
Loading…
Reference in New Issue
Block a user