diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 14:56:09 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 16:32:00 -0500 |
commit | 287de65625a667b6403d0606fa75b67926ec7230 (patch) | |
tree | a4911b3dc540ba6a54e0aebbbe972cec6f1d8be1 /gdbserver | |
parent | 2562954ede66f32bff7d985e752b8052c2ae5775 (diff) | |
download | gdb-287de65625a667b6403d0606fa75b67926ec7230.zip gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.gz 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 'gdbserver')
-rw-r--r-- | gdbserver/linux-low.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/linux-low.cc b/gdbserver/linux-low.cc index 0ca3bb1..e6a3920 100644 --- a/gdbserver/linux-low.cc +++ b/gdbserver/linux-low.cc @@ -3540,7 +3540,7 @@ linux_process_target::wait_1 (ptid_t ptid, target_waitstatus *ourstatus, else { /* The LWP stopped due to a plain signal or a syscall signal. Either way, - event_chid->waitstatus wasn't filled in with the details, so look at + event_chid->waitstatus wasn't filled in with the details, so look at the wait status W. */ if (WSTOPSIG (w) == SYSCALL_SIGTRAP) { |