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:
Mike Frysinger
2011-04-02 05:30:16 +00:00
parent 4368ebebd8
commit 12c4cbd553
14 changed files with 137 additions and 80 deletions

View File

@ -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;