summaryrefslogtreecommitdiff
path: root/flang/lib/evaluate/tools.cc
diff options
context:
space:
mode:
Diffstat (limited to 'flang/lib/evaluate/tools.cc')
-rw-r--r--flang/lib/evaluate/tools.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/flang/lib/evaluate/tools.cc b/flang/lib/evaluate/tools.cc
index a15fc916d12a..d2c0160d14df 100644
--- a/flang/lib/evaluate/tools.cc
+++ b/flang/lib/evaluate/tools.cc
@@ -492,5 +492,4 @@ Expr<SomeLogical> BinaryLogicalOperation(
},
AsSameKindExprs(std::move(x), std::move(y)));
}
-
-} // namespace Fortran::evaluate
+}