driver: ethernet: cvsx remove ugly whitespace
Remove the ugly whitespace in drivers/ethernet/eth_cyclonev.c Signed-off-by: Benjamin Kyd <benjamin.kyd@intel.com>
This commit is contained in:
parent
f3a610fffe
commit
ee1e514b3b
1 changed files with 23 additions and 24 deletions
|
|
@ -1144,7 +1144,6 @@ const struct ethernet_api eth_cyclonev_api = {.iface_api.init = eth_cyclonev_ifa
|
|||
.set_config = eth_cyclonev_set_config};
|
||||
|
||||
#define CYCLONEV_ETH_INIT(inst) \
|
||||
\
|
||||
static struct eth_cyclonev_priv eth_cyclonev_##inst##_data; \
|
||||
static void eth_cyclonev_##inst##_irq_config(void); \
|
||||
\
|
||||
|
|
|
|||
Loading…
Reference in a new issue