sim: common: trim trailing whitespace
[deliverable/binutils-gdb.git] / gdb / hppanbsd-tdep.c
index e35c84ee4065dcf32ca9d11aab35c18f804de9ac..36856122ca648da4938f490b14e5b5932eca08f9 100644 (file)
@@ -164,8 +164,9 @@ static int hppanbsd_reg_offset[] =
    REGCACHE.  If REGNUM is -1, do this for all registers in REGSET.  */
 
 static void
-hppanbsd_supply_gregset (const struct regset *regset, struct regcache *regcache,
-                    int regnum, const void *gregs, size_t len)
+hppanbsd_supply_gregset (const struct regset *regset,
+                        struct regcache *regcache,
+                        int regnum, const void *gregs, size_t len)
 {
   const gdb_byte *regs = gregs;
   size_t offset;
This page took 0.024 seconds and 4 git commands to generate.