Skip to content

Commit 5fb6b0e

Browse files
committed
Respond to PR feedback
Insert some additional indent to improve readability
1 parent 5ff0c50 commit 5fb6b0e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/prif.F90

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ module prif
6464
integer(c_int), parameter, public :: PRIF_VERSION_MINOR = 6
6565

6666
#if CAF_IMPORT_ATOMIC_CONSTANTS
67-
integer(c_int), parameter, public :: PRIF_ATOMIC_INT_KIND = ATOMIC_INT_KIND
68-
integer(c_int), parameter, public :: PRIF_ATOMIC_LOGICAL_KIND = ATOMIC_LOGICAL_KIND
67+
integer(c_int), parameter, public :: PRIF_ATOMIC_INT_KIND = ATOMIC_INT_KIND
68+
integer(c_int), parameter, public :: PRIF_ATOMIC_LOGICAL_KIND = ATOMIC_LOGICAL_KIND
6969
#else
70-
integer(c_int), parameter, public :: PRIF_ATOMIC_INT_KIND = c_int64_t
70+
integer(c_int), parameter, public :: PRIF_ATOMIC_INT_KIND = c_int64_t
7171

72-
# if HAVE_SELECTED_LOGICAL_KIND
73-
integer(c_int), parameter, public :: PRIF_ATOMIC_LOGICAL_KIND = selected_logical_kind(64)
74-
# else
75-
integer(c_int), parameter, public :: PRIF_ATOMIC_LOGICAL_KIND = PRIF_ATOMIC_INT_KIND
76-
# endif
72+
# if HAVE_SELECTED_LOGICAL_KIND
73+
integer(c_int), parameter, public :: PRIF_ATOMIC_LOGICAL_KIND = selected_logical_kind(64)
74+
# else
75+
integer(c_int), parameter, public :: PRIF_ATOMIC_LOGICAL_KIND = PRIF_ATOMIC_INT_KIND
76+
# endif
7777
#endif
7878

7979
#if CAF_IMPORT_TEAM_CONSTANTS

0 commit comments

Comments
 (0)