You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2018/12/19 21:10:49 UTC

[mynewt-nimble] branch master updated: nimble/ll: Coding style fix

This is an automated email from the ASF dual-hosted git repository.

rymek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f7dc47  nimble/ll: Coding style fix
9f7dc47 is described below

commit 9f7dc47a9748e78b89e755bb7581c3572d50890c
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Wed Dec 19 22:09:03 2018 +0100

    nimble/ll: Coding style fix
---
 nimble/controller/src/ble_ll_conn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nimble/controller/src/ble_ll_conn.c b/nimble/controller/src/ble_ll_conn.c
index bd2e19b..8aab5c1 100644
--- a/nimble/controller/src/ble_ll_conn.c
+++ b/nimble/controller/src/ble_ll_conn.c
@@ -1411,7 +1411,7 @@ conn_tx_pdu:
         /* Increment packets transmitted */
         if (CONN_F_EMPTY_PDU_TXD(connsm)) {
             if (connsm->csmflags.cfbit.terminate_ind_rxd) {
-                    connsm->csmflags.cfbit.terminate_ind_rxd_acked = 1;
+                connsm->csmflags.cfbit.terminate_ind_rxd_acked = 1;
             }
             STATS_INC(ble_ll_conn_stats, tx_empty_pdus);
         } else if ((hdr_byte & BLE_LL_DATA_HDR_LLID_MASK) == BLE_LL_LLID_CTRL) {