Style fix
This commit is contained in:
parent
8497540f39
commit
242f0f623c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user