This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 9c8a7db Remove trailing whitespace in files in tools/ directory new fcef12c Remove trailing whitespace from tests new 9cab9c8 Remove trailing whitespace in files in doc/ directory
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: runtime/doc/doxygen/config | 6 ++-- runtime/doc/doxygen/header.tex | 2 +- runtime/test/api/omp_get_num_threads.c | 4 +-- runtime/test/api/omp_get_wtime.c | 4 +-- runtime/test/api/omp_in_parallel.c | 2 +- runtime/test/atomic/omp_atomic.c | 20 +++++------ runtime/test/env/omp_wait_policy.c | 6 ++-- runtime/test/lock/omp_lock.c | 2 +- runtime/test/lock/omp_nest_lock.c | 4 +-- runtime/test/lock/omp_test_lock.c | 4 +-- runtime/test/lock/omp_test_nest_lock.c | 4 +-- runtime/test/master/omp_master.c | 2 +- runtime/test/master/omp_master_3.c | 2 +- runtime/test/parallel/omp_parallel_copyin.c | 4 +-- runtime/test/parallel/omp_parallel_default.c | 2 +- runtime/test/parallel/omp_parallel_firstprivate.c | 4 +-- runtime/test/parallel/omp_parallel_if.c | 2 +- runtime/test/parallel/omp_parallel_private.c | 2 +- runtime/test/parallel/omp_parallel_reduction.c | 4 +-- runtime/test/parallel/omp_parallel_shared.c | 4 +-- runtime/test/tasking/omp_task.c | 4 +-- runtime/test/tasking/omp_task_final.c | 4 +-- runtime/test/tasking/omp_task_firstprivate.c | 2 +- runtime/test/tasking/omp_task_if.c | 2 +- runtime/test/tasking/omp_task_priority.c | 2 +- runtime/test/tasking/omp_task_private.c | 2 +- runtime/test/tasking/omp_taskwait.c | 10 +++--- runtime/test/threadprivate/omp_threadprivate.c | 14 ++++---- runtime/test/threadprivate/omp_threadprivate_for.c | 2 +- runtime/test/worksharing/for/bug_set_schedule_0.c | 2 +- runtime/test/worksharing/for/omp_for_collapse.c | 2 +- .../test/worksharing/for/omp_for_firstprivate.c | 6 ++-- runtime/test/worksharing/for/omp_for_lastprivate.c | 4 +-- runtime/test/worksharing/for/omp_for_nowait.c | 6 ++-- runtime/test/worksharing/for/omp_for_ordered.c | 2 +- runtime/test/worksharing/for/omp_for_private.c | 4 +-- runtime/test/worksharing/for/omp_for_reduction.c | 40 +++++++++++----------- .../test/worksharing/for/omp_for_schedule_auto.c | 4 +-- .../worksharing/for/omp_for_schedule_dynamic.c | 4 +-- .../test/worksharing/for/omp_for_schedule_guided.c | 28 +++++++-------- .../test/worksharing/for/omp_for_schedule_static.c | 8 ++--- .../worksharing/for/omp_for_schedule_static_3.c | 16 ++++----- .../worksharing/for/omp_parallel_for_ordered.c | 4 +-- .../worksharing/for/omp_parallel_for_reduction.c | 4 +-- .../sections/omp_parallel_sections_firstprivate.c | 8 ++--- .../sections/omp_parallel_sections_lastprivate.c | 6 ++-- .../sections/omp_parallel_sections_private.c | 4 +-- .../sections/omp_parallel_sections_reduction.c | 18 +++++----- .../sections/omp_section_firstprivate.c | 8 ++--- .../worksharing/sections/omp_section_lastprivate.c | 8 ++--- .../worksharing/sections/omp_section_private.c | 8 ++--- .../worksharing/sections/omp_sections_nowait.c | 2 +- .../worksharing/sections/omp_sections_reduction.c | 32 ++++++++--------- runtime/test/worksharing/single/omp_single.c | 6 ++-- .../test/worksharing/single/omp_single_nowait.c | 4 +-- .../test/worksharing/single/omp_single_private.c | 6 ++-- 56 files changed, 185 insertions(+), 185 deletions(-)