readability code clean-up (#542)

This commit is contained in:
Francesco Carli
2020-12-19 12:28:06 +01:00
committed by GitHub
parent 595384a355
commit e71de330e5
6 changed files with 1202 additions and 1213 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ struct tunread_arg {
int *keep_running;
};
extern HANDLE startTunReadThread(struct tunread_arg *arg);
extern HANDLE startTunReadThread (struct tunread_arg *arg);
#endif /* WIN32 */