From 49dcedc4472dc8138667141efe57a6043f614f61 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Thu, 29 Jan 2026 21:18:52 +0100 Subject: [gdb/python] Fix whitespace in py-ref.h Fix a whitespace problem pre-commit complains about: ... check-whitespace........................................................Failed - hook id: check-whitespace - exit code: 2 gdb/python/py-ref.h:58: indent with spaces. + "The __dict__ for this object.", nullptr }, ... --- gdb/python/py-ref.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python') diff --git a/gdb/python/py-ref.h b/gdb/python/py-ref.h index 1d07eeb3dc9..4ce7e29357d 100644 --- a/gdb/python/py-ref.h +++ b/gdb/python/py-ref.h @@ -55,7 +55,7 @@ template using gdbpy_ref gdb_PyGetSetDef my_object_getset[] = { { "__dict__", gdb_py_generic_dict_getter, nullptr, - "The __dict__ for this object.", nullptr }, + "The __dict__ for this object.", nullptr }, ... { nullptr } }; -- cgit v1.2.3