summaryrefslogtreecommitdiff
path: root/flang/lib/parser/char-buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'flang/lib/parser/char-buffer.h')
-rw-r--r--flang/lib/parser/char-buffer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/flang/lib/parser/char-buffer.h b/flang/lib/parser/char-buffer.h
index 00dab906bb15..eb0fc1561645 100644
--- a/flang/lib/parser/char-buffer.h
+++ b/flang/lib/parser/char-buffer.h
@@ -79,6 +79,5 @@ private:
std::size_t bytes_{0};
bool lastBlockEmpty_{false};
};
-
-} // namespace Fortran::parser
+}
#endif // FORTRAN_PARSER_CHAR_BUFFER_H_