mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
sim: fix func call style (space before paren)
Committed this as obvious: -foo(...); +foo (...); Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@ -419,7 +419,7 @@ standard_option_handler (SIM_DESC sd, sim_cpu *cpu, int opt,
|
||||
|
||||
case OPTION_ARCHITECTURE_INFO:
|
||||
{
|
||||
const char **list = bfd_arch_list();
|
||||
const char **list = bfd_arch_list ();
|
||||
const char **lp;
|
||||
if (list == NULL)
|
||||
abort ();
|
||||
|
Reference in New Issue
Block a user