Skip to content

Commit ff78ef0

Browse files
committed
Style fixes
1 parent 9008d04 commit ff78ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rdkafka_request.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2307,7 +2307,7 @@ void rd_kafka_ConsumerGroupHeartbeatRequest(
23072307
* 2) Remove usage of `group_session_timeout_ms` altogether
23082308
* from the new protocol defined in KIP-848.
23092309
*/
2310-
if(rkb->rkb_rk->rk_cgrp->rkcg_heartbeat_intvl_ms > 0) {
2310+
if (rkb->rkb_rk->rk_cgrp->rkcg_heartbeat_intvl_ms > 0) {
23112311
rd_kafka_buf_set_abs_timeout(
23122312
rkbuf, rkb->rkb_rk->rk_cgrp->rkcg_heartbeat_intvl_ms, 0);
23132313
} else {

0 commit comments

Comments
 (0)