Skip to content

Commit 8740fb7

Browse files
committed
format
1 parent fac6a85 commit 8740fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Parser/openmp-parsers.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ TYPE_PARSER(construct<OmpVariableCategory>(
255255
"POINTER" >> pure(OmpVariableCategory::Value::Pointer) ||
256256
"SCALAR" >> pure(OmpVariableCategory::Value::Scalar)))
257257

258-
TYPE_PARSER(sourced(construct<OmpDefaultmapClause::Modifier>(
259-
Parser<OmpVariableCategory>{})))
258+
TYPE_PARSER(sourced(
259+
construct<OmpDefaultmapClause::Modifier>(Parser<OmpVariableCategory>{})))
260260

261261
// --- Parsers for clauses --------------------------------------------
262262

0 commit comments

Comments
 (0)