gdb/testsuite: make test names unique in gdb.python/py-format-string.exp
[deliverable/binutils-gdb.git] / gdb / fbsd-nat.c
index 8a071e44a1fd97a3865eeeaf59d827efcf922668..22bdd7862921e75d24e36b08ffa73c33e7a263d6 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for FreeBSD.
 
-   Copyright (C) 2002-2020 Free Software Foundation, Inc.
+   Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1048,7 +1048,7 @@ fbsd_nat_target::resume (ptid_t ptid, int step, enum gdb_signal signo)
       inferior *inf = find_inferior_ptid (this, ptid);
 
       for (thread_info *tp : inf->non_exited_threads ())
-        {
+       {
          int request;
 
          if (tp->ptid.lwp () == ptid.lwp ())
This page took 0.023782 seconds and 4 git commands to generate.