Commit 242f0f62 authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi
Browse files

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