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

@@ -809,8 +809,8 @@ static bool
libpthread_objfile_p (objfile *obj)
{
return (libpthread_name_p (objfile_name (obj))
&& lookup_minimal_symbol ("pthread_create",
NULL,
&& lookup_minimal_symbol ("pthread_create",
NULL,
obj).minsym != NULL);
}