Skip to content

Commit cba078c

Browse files
committed
Fix comment
1 parent d81a161 commit cba078c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flang/lib/Lower/OpenMP/Clauses.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -773,11 +773,11 @@ Doacross make(const parser::OmpClause::Doacross &inp,
773773
Enter make(const parser::OmpClause::Enter &inp,
774774
semantics::SemanticsContext &semaCtx) {
775775
// inp.v -> parser::OmpEnterClause
776-
CLAUSET_ENUM_CONVERT(
777-
convert, parser::OmpAutomapModifier::Value, Enter::Modifier,
778-
// clang-format off
779-
MS(Automap, Automap)
780-
// clang-format on);
776+
CLAUSET_ENUM_CONVERT( //
777+
convert, parser::OmpAutomapModifier::Value, Enter::Modifier,
778+
// clang-format off
779+
MS(Automap, Automap)
780+
// clang-format on
781781
);
782782
auto &mods = semantics::OmpGetModifiers(inp.v);
783783
auto *mod = semantics::OmpGetUniqueModifier<parser::OmpAutomapModifier>(mods);

0 commit comments

Comments
 (0)