[Openmp-commits] [openmp] r351748 - NFC: fixed formatting to be consistent across the file
Andrey Churbanov via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 21 08:11:43 PST 2019
Author: achurbanov
Date: Mon Jan 21 08:11:43 2019
New Revision: 351748
URL: http://llvm.org/viewvc/llvm-project?rev=351748&view=rev
Log:
NFC: fixed formatting to be consistent across the file
Modified:
openmp/trunk/runtime/src/include/50/omp_lib.h.var
Modified: openmp/trunk/runtime/src/include/50/omp_lib.h.var
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/include/50/omp_lib.h.var?rev=351748&r1=351747&r2=351748&view=diff
==============================================================================
--- openmp/trunk/runtime/src/include/50/omp_lib.h.var (original)
+++ openmp/trunk/runtime/src/include/50/omp_lib.h.var Mon Jan 21 08:11:43 2019
@@ -40,7 +40,8 @@
parameter(omp_control_tool_result_kind=omp_integer_kind)
integer omp_allocator_kind
parameter(omp_allocator_kind=int_ptr_kind())
- integer, parameter :: omp_pause_resource_kind = omp_integer_kind
+ integer omp_pause_resource_kind
+ parameter(omp_pause_resource_kind=omp_integer_kind)
integer(kind=omp_integer_kind)openmp_version
parameter(openmp_version=@LIBOMP_OMP_YEAR_MONTH@)
More information about the Openmp-commits
mailing list