Skip to content

Commit b6620a6

Browse files
committed
format
1 parent 7374375 commit b6620a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Semantics/check-omp-structure.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ class OmpStructureChecker
141141
#include "llvm/Frontend/OpenMP/OMP.inc"
142142

143143
private:
144-
inline llvm::iterator_range<typename ClauseMapTy::iterator>
145-
GetClauses(llvm::omp::Clause clauseId);
144+
inline llvm::iterator_range<typename ClauseMapTy::iterator> GetClauses(
145+
llvm::omp::Clause clauseId);
146146

147147
bool CheckAllowedClause(llvmOmpClause clause);
148148
bool IsVariableListItem(const Symbol &sym);

0 commit comments

Comments
 (0)