Skip to content

Commit ca67028

Browse files
committed
Formatted FreeRTOS_DNS_Globals.h
1 parent 726d6a5 commit ca67028

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/include/FreeRTOS_DNS_Globals.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@
110110
#endif /* ipconfigBYTE_ORDER == pdFREERTOS_BIG_ENDIAN */
111111

112112
/* MDNS constants. */
113-
#define ipMDNS_TIME_TO_LIVE 255U
113+
#define ipMDNS_TIME_TO_LIVE 255U
114114
#define dnsMDNS_FLAGS_IS_RESPONSE 0x8400U /**< MDNS flag value for response. */
115115

116-
#define ipLLMNR_PORT 5355U /* Standard LLMNR port. */
117-
#define ipDNS_PORT 53U /* Standard DNS port. */
118-
#define ipNBNS_PORT 137U /* NetBIOS Name Service. */
119-
#define ipNBDGM_PORT 138U /* Datagram Service, not included. */
116+
#define ipLLMNR_PORT 5355U /* Standard LLMNR port. */
117+
#define ipDNS_PORT 53U /* Standard DNS port. */
118+
#define ipNBNS_PORT 137U /* NetBIOS Name Service. */
119+
#define ipNBDGM_PORT 138U /* Datagram Service, not included. */
120120

121121
/** @brief freertos_addrinfo is the equivalent of 'struct addrinfo'. */
122122
struct freertos_addrinfo

0 commit comments

Comments
 (0)