code style: replace tabs with spaces

This commit is contained in:
Marek Marczykowski-Górecki 2013-12-27 06:06:12 +01:00
parent b8588c4856
commit d84381b87f
2 changed files with 490 additions and 490 deletions

View File

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