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:
Luiz Augusto von Dentz 2016-05-09 17:36:29 +03:00
commit 8171965f75

View file

@ -398,7 +398,8 @@ ssize_t bt_gatt_attr_read_cud(struct bt_conn *conn,
{ {
char *value = attr->user_data; 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, ssize_t bt_gatt_attr_read_cpf(struct bt_conn *conn,