Skip to content

Commit 2dc076e

Browse files
committed
clang-format
1 parent b74d965 commit 2dc076e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/picotls.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7013,8 +7013,7 @@ void ptls_log__recalc_conn(int caller_locked, struct st_ptls_log_conn_state_t *c
70137013
const char *sni = get_sni != NULL ? get_sni(get_sni_arg) : NULL;
70147014
for (size_t slot = 0; slot < PTLS_ELEMENTSOF(logctx.conns); ++slot) {
70157015
if (logctx.conns[slot].points != NULL && conn->random_ < logctx.conns[slot].sample_ratio &&
7016-
is_in_stringlist(logctx.conns[slot].snis, sni) &&
7017-
is_in_addresslist(logctx.conns[slot].addresses, &conn->address)) {
7016+
is_in_stringlist(logctx.conns[slot].snis, sni) && is_in_addresslist(logctx.conns[slot].addresses, &conn->address)) {
70187017
new_active |= (uint32_t)1 << slot;
70197018
}
70207019
}

0 commit comments

Comments
 (0)