Tidy up whitespace
This commit is contained in:
+1
-4
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user