Bluetooth: Mesh: Provisioning: Fix coding style (too long line)

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2017-11-11 20:48:59 +02:00 committed by Johan Hedberg
commit 497fef85c3

View file

@ -703,7 +703,8 @@ static void prov_start(const u8_t *data)
if (prov_auth(data[2], data[3], data[4]) < 0) {
BT_ERR("Invalid authentication method: 0x%02x; "
"action: 0x%02x; size: 0x%02x", data[2], data[3], data[4]);
"action: 0x%02x; size: 0x%02x", data[2], data[3],
data[4]);
prov_send_fail_msg(PROV_ERR_NVAL_FMT);
}
}