1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Cedar/VLanUnix: use space after #ifdef

This commit is contained in:
Koichiro IWAO 2023-06-01 15:07:27 +09:00
parent 96b1961d78
commit 867c992111

View File

@ -846,7 +846,7 @@ void UnixVLanFree()
UNIX_VLAN_LIST *t = LIST_DATA(unix_vlan, i);
UnixCloseTapDevice(t->fd);
#ifdef UNIX_BSD
#ifdef UNIX_BSD
UnixDestroyTapDevice(t->Name);
#endif
Free(t);