Bluetooth: GATT: Fix coding style
Code shall not have more than 80 columns. Change-Id: I2ba53c971be1d6936b5092d86c1e2196c100339e Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
6a3d32cbee
commit
8171965f75
1 changed files with 2 additions and 1 deletions
|
@ -398,7 +398,8 @@ ssize_t bt_gatt_attr_read_cud(struct bt_conn *conn,
|
|||
{
|
||||
char *value = attr->user_data;
|
||||
|
||||
return bt_gatt_attr_read(conn, attr, buf, len, offset, value, strlen(value));
|
||||
return bt_gatt_attr_read(conn, attr, buf, len, offset, value,
|
||||
strlen(value));
|
||||
}
|
||||
|
||||
ssize_t bt_gatt_attr_read_cpf(struct bt_conn *conn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue