reindent
This commit is contained in:
parent
9cbdcee7e9
commit
c69aef41d6
1 changed files with 7 additions and 6 deletions
|
@ -206,7 +206,8 @@ int main(int argc, char *argv[]) {
|
|||
assert(ret == 0);
|
||||
|
||||
for (int t = 0; t < num_threads; t++) {
|
||||
ret = pthread_create(&threads[t], NULL, compmandelbrot, (void *) &mbrot);
|
||||
ret =
|
||||
pthread_create(&threads[t], NULL, compmandelbrot, (void *) &mbrot);
|
||||
assert(ret == 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue