Skip to content

Commit 5c923d0

Browse files
upstream code formatter had other ideas :-(
1 parent 553678f commit 5c923d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

flang/include/flang/Support/Fortran.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ static constexpr int maxNameLen{63};
8181
// !DIR$ IGNORE_TKR [[(letters) name] ... letters
8282
// "A" expands to all of TKRDM
8383
ENUM_CLASS(IgnoreTKR,
84-
Type, // T - don't check type category
85-
Kind, // K - don't check kind
86-
Rank, // R - don't check ranks
87-
Device, // D - don't check host/device residence
88-
Managed, // M - don't check managed storage
84+
Type, // T - don't check type category
85+
Kind, // K - don't check kind
86+
Rank, // R - don't check ranks
87+
Device, // D - don't check host/device residence
88+
Managed, // M - don't check managed storage
8989
Contiguous, // C - don't check for storage sequence association with a
9090
// potentially non-contiguous object
91-
Pointer) // P - ignore pointer and allocatable matching
91+
Pointer) // P - ignore pointer and allocatable matching
9292
using IgnoreTKRSet = EnumSet<IgnoreTKR, 8>;
9393
// IGNORE_TKR(A) = IGNORE_TKR(TKRDM)
9494
static constexpr IgnoreTKRSet ignoreTKRAll{IgnoreTKR::Type, IgnoreTKR::Kind,

0 commit comments

Comments
 (0)