Run clang-format.sh

Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
This commit is contained in:
Simon Marchi
2023-02-08 15:36:23 -05:00
parent ca7f92c2f1
commit c583a25206
1273 changed files with 106861 additions and 117885 deletions

View File

@@ -40,13 +40,13 @@ void arc_linux_supply_v2_regset (const struct regset *regset,
/* Writes registers from the regcache into the NT_PRSTATUS data array. */
void arc_linux_collect_gregset (const struct regset *regset,
const struct regcache *regcache,
int regnum, void *gregs, size_t size);
const struct regcache *regcache, int regnum,
void *gregs, size_t size);
/* Writes registers from the regcache into the NT_ARC_V2 data array. */
void arc_linux_collect_v2_regset (const struct regset *regset,
const struct regcache *regcache,
int regnum, void *v2_regs, size_t size);
const struct regcache *regcache, int regnum,
void *v2_regs, size_t size);
#endif /* ARC_LINUX_TDEP_H */