Skip to content

Commit 0fd2fcb

Browse files
authored
formatting
1 parent c0a61f8 commit 0fd2fcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flang/lib/Parser/parse-tree.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ llvm::raw_ostream &operator<<(llvm::raw_ostream &os, const Name &x) {
254254
}
255255
} // namespace Fortran::parser
256256

257-
template <typename C>
258-
static llvm::omp::Clause getClauseIdForClass(C &&) {
257+
template <typename C> static llvm::omp::Clause getClauseIdForClass(C &&) {
259258
using namespace Fortran;
260259
using A = llvm::remove_cvref_t<C>; // A is referenced in OMP.inc
261260
// The code included below contains a sequence of checks like the following

0 commit comments

Comments
 (0)