gdb/testsuite: fix indentation in gdb.threads/non-ldr-exc-1.exp
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 1 Dec 2020 21:29:45 +0000 (16:29 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 1 Dec 2020 21:29:45 +0000 (16:29 -0500)
gdb/testsuite/ChangeLog:

* gdb.threads/non-ldr-exc-1.exp: Fix indentation.

Change-Id: I02ba8a518aae9cb67106d09bef92968a7078e91e

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/non-ldr-exc-1.exp

index d3f0f885b2d61852a3f75e76ce9cb0a1b7150660..f35a2dc72acd7abd55b76612637d28860243eff8 100644 (file)
@@ -1,3 +1,7 @@
+2020-12-01  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
+
 2020-12-01  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
index 78280e5bd2b7dcd918b8d8b11470414528eb9d8f..d2c402206aaca375e9eee7e3b479efadec7b819d 100644 (file)
@@ -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