diff options
Diffstat (limited to 'gdb/scoped-mock-context.h')
-rw-r--r-- | gdb/scoped-mock-context.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/scoped-mock-context.h b/gdb/scoped-mock-context.h index 2446e9a..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. @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef SCOPED_MOCK_CONTEXT_H -#define SCOPED_MOCK_CONTEXT_H +#ifndef GDB_SCOPED_MOCK_CONTEXT_H +#define GDB_SCOPED_MOCK_CONTEXT_H #include "inferior.h" #include "gdbthread.h" @@ -75,7 +75,7 @@ struct scoped_mock_context } }; -} // namespace selftests +} /* namespace selftests */ #endif /* GDB_SELF_TEST */ -#endif /* !defined (SCOPED_MOCK_CONTEXT_H) */ +#endif /* GDB_SCOPED_MOCK_CONTEXT_H */ |