diff options
Diffstat (limited to 'flang/lib/Parser/debug-parser.cpp')
-rw-r--r-- | flang/lib/Parser/debug-parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/lib/Parser/debug-parser.cpp b/flang/lib/Parser/debug-parser.cpp index 75578ec..dbcc64f1 100644 --- a/flang/lib/Parser/debug-parser.cpp +++ b/flang/lib/Parser/debug-parser.cpp @@ -23,4 +23,4 @@ std::optional<Success> DebugParser::Parse(ParseState &state) const { } return {Success{}}; } -} +} // namespace Fortran::parser |