Style fix

This commit is contained in:
Fabrice de Gans-Riberi 2018-05-03 13:44:42 -07:00
parent d8d7d68db5
commit 15b94d8bf3

View File

@ -173,7 +173,7 @@ size_t GetThreadCount() {
0,
nullptr,
&avail);
if(status == ZX_OK) {
if (status == ZX_OK) {
return avail;
} else {
return 0;