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/python/python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python') diff --git a/gdb/python/python.c b/gdb/python/python.c index 94b1fc9..3fb5fbc 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -2634,7 +2634,7 @@ test_python () #undef CHECK_OUTPUT -} // namespace selftests +} /* namespace selftests */ #endif /* GDB_SELF_TEST */ #endif /* HAVE_PYTHON */ -- cgit v1.1