Skip to content

Commit 61135d5

Browse files
committed
Fixed formatting issue.
1 parent 1bb0c25 commit 61135d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/lib/Lower/OpenMP/Clauses.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ using Mergeable = tomp::clause::MergeableT<TypeTy, IdTy, ExprTy>;
242242
using Message = tomp::clause::MessageT<TypeTy, IdTy, ExprTy>;
243243
using NoOpenmp = tomp::clause::NoOpenmpT<TypeTy, IdTy, ExprTy>;
244244
using NoOpenmpRoutines = tomp::clause::NoOpenmpRoutinesT<TypeTy, IdTy, ExprTy>;
245-
using NoOpenmpConstructs = tomp::clause::NoOpenmpConstructsT<TypeTy, IdTy, ExprTy>;
245+
using NoOpenmpConstructs =
246+
tomp::clause::NoOpenmpConstructsT<TypeTy, IdTy, ExprTy>;
246247
using NoParallelism = tomp::clause::NoParallelismT<TypeTy, IdTy, ExprTy>;
247248
using Nocontext = tomp::clause::NocontextT<TypeTy, IdTy, ExprTy>;
248249
using Nogroup = tomp::clause::NogroupT<TypeTy, IdTy, ExprTy>;

0 commit comments

Comments
 (0)