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/kmp_lock.h | |
| 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/kmp_lock.h')
| -rw-r--r-- | openmp/runtime/src/kmp_lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_lock.h b/openmp/runtime/src/kmp_lock.h index b23af8b3c11..922836df87c 100644 --- a/openmp/runtime/src/kmp_lock.h +++ b/openmp/runtime/src/kmp_lock.h @@ -1200,7 +1200,7 @@ extern kmp_indirect_lock_t * __kmp_allocate_indirect_lock(void **, kmp_int32, km // Cleans up global states and data structures for managing dynamic user locks. extern void __kmp_cleanup_indirect_user_locks(); -// Default user lock sequence when not using hinted locks. +// Default user lock sequence when not using hinted locks. extern kmp_dyna_lockseq_t __kmp_user_lock_seq; // Jump table for "set lock location", available only for indirect locks. |

