Skip to content

Commit 6b6093c

Browse files
committed
Fix format
1 parent 3903af1 commit 6b6093c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/include/flang/Parser/parse-tree.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4862,7 +4862,8 @@ struct OmpToClause {
48624862
// transparent-clause ->
48634863
// TRANSPARENT[(impex-type)] // since 6.0
48644864
struct OmpTransparentClause {
4865-
ENUM_CLASS(TransparentPolicy, Omp_Not_Impex, Omp_Import, Omp_Export, Omp_Impex)
4865+
ENUM_CLASS(
4866+
TransparentPolicy, Omp_Not_Impex, Omp_Import, Omp_Export, Omp_Impex)
48664867
WRAPPER_CLASS_BOILERPLATE(OmpTransparentClause, TransparentPolicy);
48674868
};
48684869

0 commit comments

Comments
 (0)