Skip to content

Commit ad58a97

Browse files
committed
splitter-comment in socket_addr.h for clang-format
1 parent 48918a0 commit ad58a97

File tree

1 file changed

+4
-2
lines changed
  • src/internal_modules/roc_address/target_berkley/roc_address

1 file changed

+4
-2
lines changed

src/internal_modules/roc_address/target_berkley/roc_address/socket_addr.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@
1212
#ifndef ROC_ADDRESS_SOCKET_ADDR_H_
1313
#define ROC_ADDRESS_SOCKET_ADDR_H_
1414

15+
// splitter comment for clang-format
1516
#ifndef __WIN32__
1617
#include <netinet/in.h>
1718
#include <sys/socket.h>
18-
#else
19+
#else // __WIN32__
1920
#include <cstdint>
2021
typedef uint16_t sa_family_t;
2122
typedef uint16_t in_port_t;
2223
#include <winsock2.h>
2324
#include <ws2tcpip.h>
24-
#endif
25+
#endif // __WIN32__
26+
// splitter comment for clang-format
2527

2628
#include "roc_address/addr_family.h"
2729
#include "roc_core/attributes.h"

0 commit comments

Comments
 (0)