Style fix

parent 8497540f
...@@ -173,7 +173,7 @@ size_t GetThreadCount() { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment