From: Simon Marchi Date: Tue, 1 Dec 2020 21:29:45 +0000 (-0500) Subject: gdb/testsuite: fix indentation in gdb.threads/non-ldr-exc-1.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f55a9a37d83b63d56ff67a451eaa976cb74f5361;p=binutils-gdb.git gdb/testsuite: fix indentation in gdb.threads/non-ldr-exc-1.exp gdb/testsuite/ChangeLog: * gdb.threads/non-ldr-exc-1.exp: Fix indentation. Change-Id: I02ba8a518aae9cb67106d09bef92968a7078e91e --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d3f0f885b2d..f35a2dc72ac 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-12-01 Simon Marchi + + * gdb.threads/non-ldr-exc-1.exp: Fix indentation. + 2020-12-01 Simon Marchi * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix. diff --git a/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp b/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp index 78280e5bd2b..d2c402206aa 100644 --- a/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp +++ b/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp @@ -57,8 +57,8 @@ proc do_test { lock_sched nonstop } { foreach_with_prefix nonstop {"on" "off"} { foreach_with_prefix schedlock {"on" "off"} { if {$schedlock == "on" && $nonstop == "on"} { - # Schedule locking has no effect in nonstop mode. - continue + # Schedule locking has no effect in nonstop mode. + continue } do_test $schedlock $nonstop