diff options
Diffstat (limited to 'gdb/python/py-cmd.c')
-rw-r--r-- | gdb/python/py-cmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/py-cmd.c b/gdb/python/py-cmd.c index bc48c2e..f803183 100644 --- a/gdb/python/py-cmd.c +++ b/gdb/python/py-cmd.c @@ -493,6 +493,7 @@ cmdpy_init (PyObject *self, PyObject *args, PyObject *kw) docstring = python_string_to_host_string (ds_obj.get ()); if (docstring == nullptr) return -1; + docstring = gdbpy_fix_doc_string_indentation (std::move (docstring)); } } if (docstring == nullptr) |