Skip to content

Commit a9daa4c

Browse files
committed
Add deleted empty line back
1 parent 053e565 commit a9daa4c

File tree

1 file changed

+1
-0
lines changed
  • flang/include/flang/Evaluate

1 file changed

+1
-0
lines changed

flang/include/flang/Evaluate/tools.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ template <typename A> bool IsCoarray(const A &x) { return GetCorank(x) > 0; }
125125

126126
// Generalizing packagers: these take operations and expressions of more
127127
// specific types and wrap them in Expr<> containers of more abstract types.
128+
128129
template <typename A> common::IfNoLvalue<Expr<ResultType<A>>, A> AsExpr(A &&x) {
129130
return Expr<ResultType<A>>{std::move(x)};
130131
}

0 commit comments

Comments
 (0)