From 95a62617c017eea0bb74eb1ca9474be4f54aa701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Mon, 10 Mar 2014 22:02:44 +0100 Subject: [PATCH] Tidy up whitespace --- src/iomux_impl.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/iomux_impl.h b/src/iomux_impl.h index 31944cb..794c738 100644 --- a/src/iomux_impl.h +++ b/src/iomux_impl.h @@ -27,8 +27,8 @@ struct IOMuxOps { int (*update_events_impl)(struct IOMux *mux, struct IOMuxFD *fd); }; -struct IOMux { +struct IOMux { /* TImer instance */ struct UCTimers timers; @@ -40,11 +40,8 @@ struct IOMux { struct IOMuxOps ops; - /* Used by mux implementations to hold their own data/instance */ void *instance; - - }; int iomux_select_init(struct IOMux *mux);