From 23bef8a85d863ef391e0b2c1a17fa422deffc959 Mon Sep 17 00:00:00 2001 From: Gabor Hornyak Date: Wed, 6 Apr 2022 19:49:49 +0000 Subject: [PATCH] chore: clang-format --- app/src/split/bluetooth/central.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/split/bluetooth/central.c b/app/src/split/bluetooth/central.c index 242dc157..9e92db20 100644 --- a/app/src/split/bluetooth/central.c +++ b/app/src/split/bluetooth/central.c @@ -232,8 +232,8 @@ static uint8_t split_central_battery_level_notify_func(struct bt_conn *conn, return BT_GATT_ITER_CONTINUE; } static uint8_t split_central_battery_level_read_func(struct bt_conn *conn, uint8_t err, - struct bt_gatt_read_params *params, - const void *data, uint16_t length) { + struct bt_gatt_read_params *params, + const void *data, uint16_t length) { if (err > 0) { LOG_ERR("Error during reading peripheral battery level: %u", err); return BT_GATT_ITER_STOP;