mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
gdb, gdbserver, gdbsupport: fix whitespace issues
Replace spaces with tabs in a bunch of places. Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
This commit is contained in:
@ -521,7 +521,7 @@ cmdpy_init (PyObject *self, PyObject *args, PyObject *kw)
|
||||
docstring.release (), cmd_list);
|
||||
|
||||
/* If successful, the above takes ownership of the name, since we set
|
||||
name_allocated, so release it. */
|
||||
name_allocated, so release it. */
|
||||
cmd_name.release ();
|
||||
|
||||
/* There appears to be no API to set this. */
|
||||
|
Reference in New Issue
Block a user