Style fix

This commit is contained in:
Fabrice de Gans-Riberi 2018-05-03 13:44:42 -07:00
parent 8497540f39
commit 242f0f623c

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;