mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
sim: fix up style a bit
This touches up the code a bit to match GNU style. No functional changes. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@ -134,7 +134,8 @@ int hw_instance_call_method
|
||||
/* Finally an instance of a hardware device - keep your grubby little
|
||||
mits off of these internals! :-) */
|
||||
|
||||
struct hw_instance {
|
||||
struct hw_instance
|
||||
{
|
||||
|
||||
void *data_of_instance;
|
||||
char *args_of_instance;
|
||||
|
Reference in New Issue
Block a user