aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read-gdb-index.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2025-02-27 21:29:39 -0500
committerSimon Marchi <simon.marchi@efficios.com>2025-02-27 21:35:38 -0500
commitb6fb76ec6ef1e6643c87f29594d76c13aa94d876 (patch)
tree4b546e409f68ef5a786b44c38b0d140008affa01 /gdb/dwarf2/read-gdb-index.c
parentf0e6467e1044384ab1f882d26c16dec38fdad950 (diff)
downloadbinutils-b6fb76ec6ef1e6643c87f29594d76c13aa94d876.zip
binutils-b6fb76ec6ef1e6643c87f29594d76c13aa94d876.tar.gz
binutils-b6fb76ec6ef1e6643c87f29594d76c13aa94d876.tar.bz2
gdb, gdbserver, gdbsupport: fix some namespace comment formatting
I noticed a // namespace selftests comment, which doesn't follow our comment formatting convention. I did a find & replace to fix all the offenders. Change-Id: Idf8fe9833caf1c3d99e15330db000e4bab4ec66c
Diffstat (limited to 'gdb/dwarf2/read-gdb-index.c')
-rw-r--r--gdb/dwarf2/read-gdb-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/read-gdb-index.c b/gdb/dwarf2/read-gdb-index.c
index 80b2931..baa5493 100644
--- a/gdb/dwarf2/read-gdb-index.c
+++ b/gdb/dwarf2/read-gdb-index.c
@@ -985,7 +985,7 @@ run_test ()
test_dw2_expand_symtabs_matching_symbol ();
}
-}} // namespace selftests::dw2_expand_symtabs_matching
+}} /* namespace selftests::dw2_expand_symtabs_matching */
#endif /* GDB_SELF_TEST */