Skip to content

Commit 0d20947

Browse files
committed
more format
1 parent 4e3c975 commit 0d20947

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flang/lib/Parser/openmp-parsers.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ TYPE_PARSER(construct<OmpProcBindClause>(
9191
// map-type-modifiers -> map-type-modifier [,] [...]
9292
// map-type-modifier -> ALWAYS | CLOSE | OMPX_HOLD | PRESENT
9393
// map-type -> ALLOC | DELETE | FROM | RELEASE | TO | TOFROM
94-
TYPE_PARSER(
95-
construct<OmpMapClause::TypeModifier>(
94+
TYPE_PARSER(construct<OmpMapClause::TypeModifier>(
9695
"ALWAYS" >> pure(OmpMapClause::TypeModifier::Always) ||
9796
"CLOSE" >> pure(OmpMapClause::TypeModifier::Close) ||
9897
"OMPX_HOLD" >> pure(OmpMapClause::TypeModifier::OmpxHold) ||

0 commit comments

Comments
 (0)