whitespace
This commit is contained in:
parent
619890c206
commit
5a14f81c4a
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ struct _patty_ax25_server {
|
|||
|
||||
struct timeval timeout;
|
||||
|
||||
fd_set fds_watch, /* fds to monitor with select() */
|
||||
fds_r, /* fds select()ed for reading */
|
||||
fds_w; /* fds select()ed for writing */
|
||||
fd_set fds_watch, /* fds to monitor with select() */
|
||||
fds_r, /* fds select()ed for reading */
|
||||
fds_w; /* fds select()ed for writing */
|
||||
|
||||
patty_list *ifaces;
|
||||
patty_ax25_route_table *routes;
|
||||
|
|
Loading…
Add table
Reference in a new issue