From b6fb76ec6ef1e6643c87f29594d76c13aa94d876 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 27 Feb 2025 21:29:39 -0500 Subject: 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 --- gdb/break-cond-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/break-cond-parse.c') diff --git a/gdb/break-cond-parse.c b/gdb/break-cond-parse.c index 0428cdf..65615af 100644 --- a/gdb/break-cond-parse.c +++ b/gdb/break-cond-parse.c @@ -684,7 +684,7 @@ create_breakpoint_parse_arg_string_tests () test_error ("task 1xxx", "Junk 'xxx' after task keyword."); } -} // namespace selftests +} /* namespace selftests */ #endif /* GDB_SELF_TEST */ void _initialize_break_cond_parse (); -- cgit v1.1