aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-03-09 14:56:09 -0500
committerSimon Marchi <simon.marchi@efficios.com>2023-03-09 16:32:00 -0500
commit287de65625a667b6403d0606fa75b67926ec7230 (patch)
treea4911b3dc540ba6a54e0aebbbe972cec6f1d8be1 /gdb/thread.c
parent2562954ede66f32bff7d985e752b8052c2ae5775 (diff)
downloadfsf-binutils-gdb-287de65625a667b6403d0606fa75b67926ec7230.zip
fsf-binutils-gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.gz
fsf-binutils-gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.bz2
gdb, gdbserver, gdbsupport: fix whitespace issues
Replace spaces with tabs in a bunch of places. Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
Diffstat (limited to 'gdb/thread.c')
-rw-r--r--gdb/thread.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/thread.c b/gdb/thread.c
index 5b47215..e4d98ce 100644
--- a/gdb/thread.c
+++ b/gdb/thread.c
@@ -204,11 +204,11 @@ set_thread_exited (thread_info *tp, bool silent)
process_stratum_target *proc_target = tp->inf->process_target ();
/* Some targets unpush themselves from the inferior's target stack before
- clearing the inferior's thread list (which marks all threads as exited,
- and therefore leads to this function). In this case, the inferior's
- process target will be nullptr when we arrive here.
+ clearing the inferior's thread list (which marks all threads as exited,
+ and therefore leads to this function). In this case, the inferior's
+ process target will be nullptr when we arrive here.
- See also the comment in inferior::unpush_target. */
+ See also the comment in inferior::unpush_target. */
if (proc_target != nullptr)
proc_target->maybe_remove_resumed_with_pending_wait_status (tp);