From 24b21115f522cd0fbe55986cd914a593576294ef Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 27 May 2021 15:18:49 -0400 Subject: 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 --- gdb/nto-procfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/nto-procfs.c') diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index 41b436c..1d21153 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -1142,7 +1142,7 @@ nto_procfs_target::mourn_inferior () the string "a b c d", and as output it would fill in argv with the four arguments "a", "b", "c", "d". The only additional functionality is simple quoting. The gdb command: - run a "b c d" f + run a "b c d" f will fill in argv with the three args "a", "b c d", "e". */ static void breakup_args (char *scratch, char **argv) -- cgit v1.1