gdb, gdbserver, gdbsupport: fix whitespace issues

Replace spaces with tabs in a bunch of places.

Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
This commit is contained in:
Simon Marchi
2023-03-09 14:56:09 -05:00
parent 2562954ede
commit 287de65625
62 changed files with 365 additions and 374 deletions

View File

@ -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. */