Skip to content

Commit a3d43a0

Browse files
Restyled by whitespace
1 parent b607128 commit a3d43a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/inet/InetConfig.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,14 @@
284284
#endif
285285

286286
/**
287-
* @def INET_CONFIG_UDP_SOCKET_MREQN
288-
*
289-
* @brief
287+
* @def INET_CONFIG_UDP_SOCKET_MREQN
288+
*
289+
* @brief
290290
* Should be set to 1 if your platform can handle struct ip_mreqn,
291291
* mandatory in UDPEndPointSocket.cpp
292292
*/
293293

294-
#ifndef INET_CONFIG_UDP_SOCKET_MREQN
294+
#ifndef INET_CONFIG_UDP_SOCKET_MREQN
295295
#define INET_CONFIG_UDP_SOCKET_MREQN 0
296296
#endif
297297

0 commit comments

Comments
 (0)