You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/17 20:33:56 UTC

[2/4] incubator-mynewt-core git commit: BLE Host - whitespace fix.

BLE Host - whitespace fix.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/f31fbdd4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/f31fbdd4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/f31fbdd4

Branch: refs/heads/develop
Commit: f31fbdd4f918c541548a8af2035f98a4e315dead
Parents: 0d77b69
Author: Christopher Collins <cc...@apache.org>
Authored: Thu Nov 17 12:15:10 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Thu Nov 17 12:15:10 2016 -0800

----------------------------------------------------------------------
 net/nimble/transport/ram/src/ble_hci_ram.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/f31fbdd4/net/nimble/transport/ram/src/ble_hci_ram.c
----------------------------------------------------------------------
diff --git a/net/nimble/transport/ram/src/ble_hci_ram.c b/net/nimble/transport/ram/src/ble_hci_ram.c
index 457c5cc..6c34a52 100644
--- a/net/nimble/transport/ram/src/ble_hci_ram.c
+++ b/net/nimble/transport/ram/src/ble_hci_ram.c
@@ -97,7 +97,7 @@ ble_hci_trans_ll_evt_tx(uint8_t *hci_ev)
 int
 ble_hci_trans_hs_acl_tx(struct os_mbuf *om)
 {
-   int rc;
+    int rc;
 
     assert(ble_hci_ram_rx_acl_ll_cb != NULL);