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:
@ -26,7 +26,8 @@
|
||||
#include "sim-io.h"
|
||||
#include "sim-assert.h"
|
||||
|
||||
struct hw_instance_data {
|
||||
struct hw_instance_data
|
||||
{
|
||||
hw_finish_instance_method *to_finish;
|
||||
struct hw_instance *instances;
|
||||
};
|
||||
|
Reference in New Issue
Block a user