code style: replace tabs with spaces
This commit is contained in:
父節點
b8588c4856
當前提交
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))
|
||||
|
載入中…
新增問題並參考
Block a user