diff options
Diffstat (limited to 'gdb/scoped-mock-context.h')
-rw-r--r-- | gdb/scoped-mock-context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/scoped-mock-context.h b/gdb/scoped-mock-context.h index 6fd83da..e581e10 100644 --- a/gdb/scoped-mock-context.h +++ b/gdb/scoped-mock-context.h @@ -1,6 +1,6 @@ /* RAII type to create a temporary mock context. - Copyright (C) 2020-2024 Free Software Foundation, Inc. + Copyright (C) 2020-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -75,7 +75,7 @@ struct scoped_mock_context } }; -} // namespace selftests +} /* namespace selftests */ #endif /* GDB_SELF_TEST */ #endif /* GDB_SCOPED_MOCK_CONTEXT_H */ |