[OpenMP] Fix a few formatting issues

git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@336575 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jonathan Peyton
2018-07-09 18:09:25 +00:00
parent 0afe745b65
commit 7caa106b2c
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -3397,7 +3397,8 @@ void __kmp_print_structure(void) {
root->r.r_uber_thread);
__kmp_printf(" Active?: %2d\n", root->r.r_active);
__kmp_printf(" Nested?: %2d\n", root->r.r_nested);
__kmp_printf(" In Parallel: %2d\n", KMP_ATOMIC_LD_RLX(&root->r.r_in_parallel));
__kmp_printf(" In Parallel: %2d\n",
KMP_ATOMIC_LD_RLX(&root->r.r_in_parallel));
__kmp_printf("\n");
__kmp_print_structure_team_accum(list, root->r.r_root_team);
__kmp_print_structure_team_accum(list, root->r.r_hot_team);