Skip to content

Commit 9f96287

Browse files
committed
UCT/TCP: clang
1 parent f47a8db commit 9f96287

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/uct/tcp/tcp.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,8 @@ typedef struct uct_tcp_iface {
432432
ucs_time_t intvl; /* The time between individual keepalive
433433
* probes (TCP_KEEPINTVL socket option). */
434434
} keepalive;
435-
uct_tcp_reachability_mode_t reachability_mode; /* Mode used for performing reachability check */
435+
uct_tcp_reachability_mode_t
436+
reachability_mode; /* Mode used for performing reachability check */
436437
} config;
437438

438439
struct {

0 commit comments

Comments
 (0)