formatting adjustments

This commit is contained in:
Joseph Henry
2017-11-09 12:48:51 -08:00
parent ab6eb57da6
commit e05070a8c2
2 changed files with 7 additions and 7 deletions

View File

@@ -268,7 +268,7 @@ void *zts_start_service(void *thread_id)
void zts_get_address(const uint64_t nwid, struct sockaddr_storage *addr, const size_t addrlen)
{
if(!zt1Service) {
if (!zt1Service) {
return;
}
VirtualTap *tap = getTapByNWID(nwid);