Skip to content

Commit a2e64b9

Browse files
committed
Fix formatting
1 parent 1ff87dd commit a2e64b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/portable/NetworkInterface/Zynq/x_emacpsif.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
volatile int rxHead, rxTail;
115115
volatile int txHead, txTail;
116116

117-
/* txMutex is replacing the earlier int variable 'txBusy'. */
117+
/* txMutex is replacing the earlier int variable 'txBusy'. */
118118
SemaphoreHandle_t txMutex;
119119

120120
volatile uint32_t isr_events;
@@ -170,7 +170,7 @@
170170
void vInitialiseOnIndex( BaseType_t xIndex );
171171

172172
#ifdef __cplusplus
173-
} /* extern "C" */
173+
} /* extern "C" */
174174
#endif
175175

176176
#endif /* __NETIF_XAXIEMACIF_H__ */

0 commit comments

Comments
 (0)