gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
[deliverable/binutils-gdb.git] / gdb / fbsd-nat.c
index 8a071e44a1fd97a3865eeeaf59d827efcf922668..0fb5726b8c1474c61e9aafaa188797e2d775e840 100644 (file)
@@ -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.02416 seconds and 4 git commands to generate.