Skip to content
Snippets Groups Projects
Commit e1349ced authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #4641 from ctiller/farout

clang-format
parents 9b028b26 2a154049
No related branches found
No related tags found
No related merge requests found
...@@ -72,8 +72,8 @@ struct cpu_test { ...@@ -72,8 +72,8 @@ struct cpu_test {
uint32_t ncores; uint32_t ncores;
int is_done; int is_done;
gpr_cv done_cv; gpr_cv done_cv;
int *used; /* is this core used? */ int *used; /* is this core used? */
unsigned r; /* random number */ unsigned r; /* random number */
}; };
static void worker_thread(void *arg) { static void worker_thread(void *arg) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment