Tidy up whitespace

This commit is contained in:
Nils O. Selåsdal
2014-03-10 22:02:44 +01:00
parent 15a3cbb59a
commit 325c36435f
+1 -4
View File
@@ -27,8 +27,8 @@ struct IOMuxOps {
int (*update_events_impl)(struct IOMux *mux, struct IOMuxFD *fd); int (*update_events_impl)(struct IOMux *mux, struct IOMuxFD *fd);
}; };
struct IOMux {
struct IOMux {
/* TImer instance */ /* TImer instance */
struct UCTimers timers; struct UCTimers timers;
@@ -40,11 +40,8 @@ struct IOMux {
struct IOMuxOps ops; struct IOMuxOps ops;
/* Used by mux implementations to hold their own data/instance */ /* Used by mux implementations to hold their own data/instance */
void *instance; void *instance;
}; };
int iomux_select_init(struct IOMux *mux); int iomux_select_init(struct IOMux *mux);