mirror of
https://github.com/google/googletest.git
synced 2024-12-30 21:23:01 +08:00
Style fix
This commit is contained in:
parent
8497540f39
commit
242f0f623c
@ -173,7 +173,7 @@ size_t GetThreadCount() {
|
||||
0,
|
||||
nullptr,
|
||||
&avail);
|
||||
if(status == ZX_OK) {
|
||||
if (status == ZX_OK) {
|
||||
return avail;
|
||||
} else {
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user