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
This commit is contained in:
Simon Marchi
2025-02-27 21:29:39 -05:00
parent f0e6467e10
commit b6fb76ec6e
24 changed files with 34 additions and 34 deletions

View File

@@ -2972,7 +2972,7 @@ aarch64_linux_ltag_tests (void)
}
}
} // namespace selftests
} /* namespace selftests */
#endif /* GDB_SELF_TEST */
void _initialize_aarch64_linux_tdep ();