Skip to content

Commit 8d44d59

Browse files
committed
format
1 parent 919a6d7 commit 8d44d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Parser/unparse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ class UnparseVisitor {
21422142
void Unparse(const OmpLinearClause &x) {
21432143
using Modifier = OmpLinearClause::Modifier;
21442144
auto &modifiers{std::get<std::optional<std::list<Modifier>>>(x.t)};
2145-
if (std::get<bool>(x.t)) { // PostModified
2145+
if (std::get<bool>(x.t)) { // PostModified
21462146
Walk(std::get<OmpObjectList>(x.t));
21472147
Walk(": ", modifiers);
21482148
} else {

0 commit comments

Comments
 (0)