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:
Benjamin Kyd 2023-01-23 10:48:40 +00:00 committed by Maureen Helm
parent f3a610fffe
commit ee1e514b3b

View file

@ -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); \
\