mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
python, btrace: Fix some small formatting issues.
Reviewed-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@ -169,8 +169,8 @@ btpy_insn_or_gap_new (thread_info *tinfo, Py_ssize_t number)
|
||||
/* Create a new gdb.BtraceList object. */
|
||||
|
||||
static PyObject *
|
||||
btpy_list_new (thread_info *thread, Py_ssize_t first, Py_ssize_t last, Py_ssize_t step,
|
||||
PyTypeObject *element_type)
|
||||
btpy_list_new (thread_info *thread, Py_ssize_t first, Py_ssize_t last,
|
||||
Py_ssize_t step, PyTypeObject *element_type)
|
||||
{
|
||||
btpy_list_object * const obj = PyObject_New (btpy_list_object,
|
||||
&btpy_list_type);
|
||||
@ -310,7 +310,6 @@ recpy_bt_insn_decoded (PyObject *self, void *closure)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
return PyBytes_FromString (strfile.string ().c_str ());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user