mirror of
https://github.com/simh/simh.git
synced 2026-04-18 00:48:13 +00:00
ETHER: Remove stray tab character
This commit is contained in:
@@ -381,7 +381,7 @@ t_stat ethq_destroy(ETH_QUE* que); /* release FIFO queue */
|
|||||||
const char *eth_capabilities(void);
|
const char *eth_capabilities(void);
|
||||||
t_stat sim_ether_test (DEVICE *dptr); /* unit test routine */
|
t_stat sim_ether_test (DEVICE *dptr); /* unit test routine */
|
||||||
|
|
||||||
#if !defined(SIM_TEST_INIT) /* Need stubs for test APIs */
|
#if !defined(SIM_TEST_INIT) /* Need stubs for test APIs */
|
||||||
#define SIM_TEST_INIT
|
#define SIM_TEST_INIT
|
||||||
#define SIM_TEST(xxx)
|
#define SIM_TEST(xxx)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user