mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 07:04:19 +08:00
monitor: Remove pointless empty lines
This commit is contained in:
parent
fa7c3f5f6e
commit
5f901fdb0f
@ -3803,7 +3803,6 @@ static void le_start_encrypt_cmd(const void *data, uint8_t size)
|
||||
print_field("Encryption diversifier: 0x%4.4x",
|
||||
btohs(cmd->diversifier));
|
||||
print_key("Long term key", cmd->ltk);
|
||||
|
||||
}
|
||||
|
||||
static void le_ltk_req_reply_cmd(const void *data, uint8_t size)
|
||||
@ -3812,7 +3811,6 @@ static void le_ltk_req_reply_cmd(const void *data, uint8_t size)
|
||||
|
||||
print_handle(cmd->handle);
|
||||
print_key("Long term key", cmd->ltk);
|
||||
|
||||
}
|
||||
|
||||
static void le_ltk_req_reply_rsp(const void *data, uint8_t size)
|
||||
|
Loading…
Reference in New Issue
Block a user