diff options
Diffstat (limited to 'gdb/test-target.h')
-rw-r--r-- | gdb/test-target.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/test-target.h b/gdb/test-target.h index b88c154..d09131f 100644 --- a/gdb/test-target.h +++ b/gdb/test-target.h @@ -1,6 +1,6 @@ /* A mock process_stratum target_ops - Copyright (C) 2017-2024 Free Software Foundation, Inc. + Copyright (C) 2017-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -59,7 +59,7 @@ public: } }; -} // namespace selftests +} /* namespace selftests */ #endif /* GDB_SELF_TEST */ #endif /* GDB_TEST_TARGET_H */ |