summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/ompt-specific.h
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2016-05-20 19:03:38 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2016-05-20 19:03:38 +0000
commit611184919f87030643f96832a8c875f489b68ec9 (patch)
tree469fd71daf127b281a0ee4b119e7d87a702897e9 /openmp/runtime/src/ompt-specific.h
parentb21d4e17a222fbaffb31d12d1e3bca991e2a549b (diff)
downloadbcm5719-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/ompt-specific.h')
-rw-r--r--openmp/runtime/src/ompt-specific.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/ompt-specific.h b/openmp/runtime/src/ompt-specific.h
index e8f84a9a585..fdac6b7a4fd 100644
--- a/openmp/runtime/src/ompt-specific.h
+++ b/openmp/runtime/src/ompt-specific.h
@@ -74,10 +74,10 @@ ompt_get_thread()
}
-inline void
+inline void
ompt_set_thread_state(ompt_thread_t *thread, ompt_state_t state)
{
- thread->th.ompt_thread_info.state = state;
+ thread->th.ompt_thread_info.state = state;
}
OpenPOWER on IntegriCloud