whitespace

This commit is contained in:
XANTRONIX Development 2020-07-03 00:13:09 -04:00 committed by XANTRONIX Industrial
parent 619890c206
commit 5a14f81c4a

View file

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