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

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 1be4066b3c1903b85edfafa87af86c45b8d84f16
Author: Petro Karashchenko <[email protected]>
AuthorDate: Wed May 17 22:25:43 2023 +0300

    wireless/bluetooth: fix style issues
    
    Signed-off-by: Petro Karashchenko <[email protected]>
---
 wireless/bluetooth/bt_att.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wireless/bluetooth/bt_att.h b/wireless/bluetooth/bt_att.h
index 99d1798501..c538794198 100644
--- a/wireless/bluetooth/bt_att.h
+++ b/wireless/bluetooth/bt_att.h
@@ -420,8 +420,8 @@ begin_packed_struct struct bt_att_signed_write_cmd_s
 } end_packed_struct;
 
 typedef void (*bt_att_func_t)(FAR struct bt_conn_s *conn, uint8_t err,
-                               FAR const void *pdu, uint16_t length,
-                               FAR void *user_data);
+                              FAR const void *pdu, uint16_t length,
+                              FAR void *user_data);
 typedef void (*bt_att_destroy_t)(FAR void *user_data);
 
 /****************************************************************************
@@ -430,7 +430,7 @@ typedef void (*bt_att_destroy_t)(FAR void *user_data);
 
 void bt_att_initialize(void);
 struct bt_buf_s *bt_att_create_pdu(FAR struct bt_conn_s *conn, uint8_t op,
-                                 size_t len);
+                                   size_t len);
 
 /* Send ATT PDU over a connection */
 

Reply via email to