diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-05-20 19:03:38 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-05-20 19:03:38 +0000 |
| commit | 611184919f87030643f96832a8c875f489b68ec9 (patch) | |
| tree | 469fd71daf127b281a0ee4b119e7d87a702897e9 /openmp/runtime/src/z_Linux_util.c | |
| parent | b21d4e17a222fbaffb31d12d1e3bca991e2a549b (diff) | |
| download | bcm5719-llvm-611184919f87030643f96832a8c875f489b68ec9.tar.gz bcm5719-llvm-611184919f87030643f96832a8c875f489b68ec9.zip | |
Remove trailing whitespace in src/ directory
This patch doesn't affect D19878's context. So D19878 still cleanly applies.
llvm-svn: 270252
Diffstat (limited to 'openmp/runtime/src/z_Linux_util.c')
| -rw-r--r-- | openmp/runtime/src/z_Linux_util.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openmp/runtime/src/z_Linux_util.c b/openmp/runtime/src/z_Linux_util.c index 891109a17af..126509d6502 100644 --- a/openmp/runtime/src/z_Linux_util.c +++ b/openmp/runtime/src/z_Linux_util.c @@ -1006,10 +1006,10 @@ __kmp_create_worker( int gtid, kmp_info_t *th, size_t stack_size ) __kmp_msg(kmp_ms_fatal, KMP_MSG( CantSetWorkerState ), KMP_ERR( status ), __kmp_msg_null); }; // if - /* Set stack size for this thread now. + /* Set stack size for this thread now. * The multiple of 2 is there because on some machines, requesting an unusual stacksize * causes the thread to have an offset before the dummy alloca() takes place to create the - * offset. Since we want the user to have a sufficient stacksize AND support a stack offset, we + * offset. Since we want the user to have a sufficient stacksize AND support a stack offset, we * alloca() twice the offset so that the upcoming alloca() does not eliminate any premade * offset, and also gives the user the stack space they requested for all threads */ stack_size += gtid * __kmp_stkoffset * 2; @@ -2582,11 +2582,11 @@ __kmp_get_load_balance( int max ) int __kmp_invoke_microtask( microtask_t pkfn, int gtid, int tid, - int argc, void *p_argv[] + int argc, void *p_argv[] #if OMPT_SUPPORT , void **exit_frame_ptr #endif -) +) { #if OMPT_SUPPORT *exit_frame_ptr = __builtin_frame_address(0); |

