gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
[deliverable/binutils-gdb.git] / gdb / hppa-linux-nat.c
index f352c25a3e63345a5b7f9211e095f72d0b446814..e54be8625c529c5cf6849cfcdc9f430c4e75ad30 100644 (file)
@@ -281,7 +281,7 @@ hppa_linux_nat_target::fetch_registers (struct regcache *regcache, int regno)
       for (regno = 0;
           regno < gdbarch_num_regs (regcache->arch ());
           regno++)
-        fetch_register (regcache, regno);
+       fetch_register (regcache, regno);
     }
   else 
     {
This page took 0.036246 seconds and 4 git commands to generate.