mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Cedar/VLanUnix: use space after #ifdef
This commit is contained in:
parent
96b1961d78
commit
867c992111
@ -846,7 +846,7 @@ void UnixVLanFree()
|
|||||||
UNIX_VLAN_LIST *t = LIST_DATA(unix_vlan, i);
|
UNIX_VLAN_LIST *t = LIST_DATA(unix_vlan, i);
|
||||||
|
|
||||||
UnixCloseTapDevice(t->fd);
|
UnixCloseTapDevice(t->fd);
|
||||||
#ifdef UNIX_BSD
|
#ifdef UNIX_BSD
|
||||||
UnixDestroyTapDevice(t->Name);
|
UnixDestroyTapDevice(t->Name);
|
||||||
#endif
|
#endif
|
||||||
Free(t);
|
Free(t);
|
||||||
|
Loading…
Reference in New Issue
Block a user