A patch for a patch, formatting in selftest.cpp

This commit is contained in:
Joseph Henry
2017-09-29 16:25:26 -07:00
parent a4b0457c58
commit 2d70336ee4
3 changed files with 32 additions and 28 deletions

View File

@@ -62,7 +62,7 @@ ZeroTier::Mutex driver_m;
err_t tapif_init(struct netif *netif)
{
// we do the actual initialization in lwip_init_interface
// we do the actual initialization in elsewhere
return ERR_OK;
}