Style fix

parent 8497540f
......@@ -173,7 +173,7 @@ size_t GetThreadCount() {
0,
nullptr,
&avail);
if(status == ZX_OK) {
if (status == ZX_OK) {
return avail;
} else {
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