mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
gdb: fix tab after space indentation issues
I spotted some indentation issues where we had some spaces followed by tabs at beginning of line, that I wanted to fix. So while at it, I did a quick grep to find and fix all I could find. gdb/ChangeLog: * Fix tab after space indentation issues throughout. Change-Id: I1acb414dd9c593b474ae2b8667496584df4316fd
This commit is contained in:
@ -165,8 +165,8 @@ private:
|
||||
void inf_validate_task_sc (struct inf *inf);
|
||||
void inf_restore_exc_ports (struct inf *inf);
|
||||
void inf_set_threads_resume_sc (struct inf *inf,
|
||||
struct proc *run_thread,
|
||||
int run_others);
|
||||
struct proc *run_thread,
|
||||
int run_others);
|
||||
int inf_set_threads_resume_sc_for_signal_thread (struct inf *inf);
|
||||
void inf_resume (struct inf *inf);
|
||||
void inf_set_step_thread (struct inf *inf, struct proc *proc);
|
||||
|
Reference in New Issue
Block a user