diff options
Diffstat (limited to 'flang/lib/semantics/scope.cc')
-rw-r--r-- | flang/lib/semantics/scope.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flang/lib/semantics/scope.cc b/flang/lib/semantics/scope.cc index 49ddf9048ea0..2f583b22ebd4 100644 --- a/flang/lib/semantics/scope.cc +++ b/flang/lib/semantics/scope.cc @@ -146,5 +146,4 @@ std::ostream &operator<<(std::ostream &os, const Scope &scope) { } return os; } - -} // namespace Fortran::semantics +} |