mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00: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:
@@ -740,7 +740,7 @@ profile_print_pc (sim_cpu *cpu, int verbose)
|
||||
}
|
||||
if (ok == 0)
|
||||
sim_io_eprintf (sd, "Failed to write to \"gmon.out\" profile file\n");
|
||||
fclose(pf);
|
||||
fclose (pf);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user