fixed whitespace

This commit is contained in:
Steffen Vogel 2014-01-04 23:56:23 +01:00
parent f32fbfe684
commit 5f1f6b0d7c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#define FN_INT_LINE TIOCM_CTS
struct termios fn_init(int fd);
size_t fn_send(int fd, struct remote_msg_t * msg);
size_t fn_send(int fd, struct remote_msg_t *msg);
size_t fn_send_mask(int fd, const char *mask, struct remote_msg_t *msg);
size_t fn_sync(int fd);
int fn_get_int(int fd);