aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--googletest/src/gtest-port.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest-port.cc b/googletest/src/gtest-port.cc
index fa25fcc5..f8a0ad65 100644
--- a/googletest/src/gtest-port.cc
+++ b/googletest/src/gtest-port.cc
@@ -173,7 +173,7 @@ size_t GetThreadCount() {
0,
nullptr,
&avail);
- if(status == ZX_OK) {
+ if (status == ZX_OK) {
return avail;
} else {
return 0;