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, 0,
nullptr, nullptr,
&avail); &avail);
if(status == ZX_OK) { if (status == ZX_OK) {
return avail; return avail;
} else { } else {
return 0; return 0;