Tidy up whitespace

This commit is contained in:
Nils O. Selåsdal
2014-03-10 22:02:44 +01:00
parent d831ab9510
commit 95a62617c0
+1 -4
View File
@@ -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);