mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
readability code clean-up (#542)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user