From a699f7cee99644d65c6ee5f998ac15a5435f7c83 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Fri, 27 Apr 2012 10:36:49 -0400 Subject: [PATCH] monitor: Fix tab misuse --- monitor/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/packet.c b/monitor/packet.c index 356e0a305..0f14ea66b 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -654,7 +654,7 @@ void packet_hci_scodata(struct timeval *tv, uint16_t index, bool in, } printf("%c SCO Data: handle %d flags 0x%2.2x dlen %d\n", - in ? '>' : '<', acl_handle(handle), flags, hdr->dlen); + in ? '>' : '<', acl_handle(handle), flags, hdr->dlen); data += HCI_SCO_HDR_SIZE; size -= HCI_SCO_HDR_SIZE; -- 2.47.3