Skip to content

Commit 85ba261

Browse files
Code format
1 parent b0b4e0a commit 85ba261

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flang/lib/Parser/unparse.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,9 +2748,7 @@ class UnparseVisitor {
27482748
Walk(x.v, ",");
27492749
Put(")");
27502750
}
2751-
void Unparse(const OmpAppendArgsClause &x) {
2752-
Walk(x.v, ",");
2753-
}
2751+
void Unparse(const OmpAppendArgsClause &x) { Walk(x.v, ","); }
27542752
void Unparse(const OmpAdjustArgsClause &x) {
27552753
Walk(std::get<OmpAdjustArgsClause::OmpAdjustOp>(x.t).v);
27562754
Put(":");

0 commit comments

Comments
 (0)